Skip to content
Snippets Groups Projects
Commit cd70b73a authored by fibasile's avatar fibasile
Browse files

adding build step for serving

parent 774d7308
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"author": "Fiore Basile <fiore.basile@gmail.com>",
"private": true,
"scripts": {
"start": "quasar serve dist",
"start": "npm install -g @quasar/cli && quasar serve --history dist/spa",
"build": "quasar build",
"postinstall": "yarn run build",
"test": "quasar test --unit jest",
......@@ -37,4 +37,4 @@
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}
}
\ No newline at end of file
......@@ -69,7 +69,7 @@ module.exports = function(ctx) {
build: {
scopeHoisting: true,
// vueRouterMode: 'history',
vueRouterMode: "history",
// vueCompiler: true,
// gzip: true,
// analyze: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment