Skip to content

muxumuxu/cocotte-web

Repository files navigation

cocotte-web

A Vue.js project

Build Setup

# 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.

Locales

The app is currently localized in FR, translations can be found in the i18n folder.

Deployment

Websites are hosted on surge.

cocotte-app.com

git checkout master
npm run build; cp dist/index.html dist/200.html; surge -d cocotte-app.com -p dist

enceinte-manger.com

git checkout enceinte-manger.com
npm run build; cp dist/index.html dist/200.html; surge -d enceinte-manger.com -p dist

enceinte-alimentation.com

git checkout enceinte-alimentation.com
npm run build; cp dist/index.html dist/200.html; surge -d enceinte-alimentation.com -p dist

alimentation-enceinte.com

git checkout alimentation-enceinte.com
npm run build; cp dist/index.html dist/200.html; surge -d alimentation-enceinte.com -p dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published