We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa08be commit c591c76Copy full SHA for c591c76
package.json
@@ -1,7 +1,8 @@
1
{
2
- "name": "vue-jest-example",
+ "name": "/vue-jest-example/",
3
"version": "0.1.0",
4
"private": true,
5
+ "homepage": "vue-jest-example",
6
"scripts": {
7
"serve": "vue-cli-service serve",
8
"build": "vue-cli-service build",
vue.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ publicPath: '/vue-jest-example/'
+}
0 commit comments