A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
The app is currently localized in FR, translations can be found in the i18n
folder.
Websites are hosted on surge.
git checkout master
npm run build; cp dist/index.html dist/200.html; surge -d cocotte-app.com -p dist
git checkout enceinte-manger.com
npm run build; cp dist/index.html dist/200.html; surge -d enceinte-manger.com -p dist
git checkout enceinte-alimentation.com
npm run build; cp dist/index.html dist/200.html; surge -d enceinte-alimentation.com -p dist
git checkout alimentation-enceinte.com
npm run build; cp dist/index.html dist/200.html; surge -d alimentation-enceinte.com -p dist