321
Showing
.env
0 → 100644
.env.test
0 → 100644
... | ... | @@ -4,8 +4,9 @@ |
"private": true, | ||
"scripts": { | ||
"dev": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
"test":"vue-cli-service serve --mode test", | ||
"deploy:test":"vue-cli-service build --mode test && bash ./test_deploy.sh", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/line-clamp": "^0.2.1", | ||
... | ... | @@ -43,6 +44,8 @@ |
"postcss": "^7.0.36", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4", | ||
"typescript": "~4.1.5", | ||
"vue-template-compiler": "^2.6.11" | ||
"vue-template-compiler": "^2.6.11", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"compression-webpack-plugin": "^1.1.11" | ||
} | ||
} |
test_deploy.sh
0 → 100644
Please
register
or
sign in
to comment