We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800f5fe commit 03f8525Copy full SHA for 03f8525
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
7
- "build": "npm install && vue-cli-service build",
+ "build": "vue-cli-service build",
8
"lint": "vue-cli-service lint"
9
},
10
"dependencies": {
vercel.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": 2,
3
+ "builds": [
+ {
+ "src": "package.json",
+ "use": "@vercel/static-build",
+ "config": {
+ "distDir": "dist"
+ }
11
+ ],
12
+ "routes": [
13
14
+ "src": "/(.*)",
15
+ "dest": "/index.html"
16
17
+ ]
18
+}
0 commit comments