- VueJS 2, Vue Router 3, Vuex 3
- Unit Test with Jest and Vue Test Utils
- ES6, ESLint
- CI with Travis, Docker Build
# install dependencies
npm install
# run unit tests
npm run unit
# run all tests
npm test# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Build docker image
bash Dockerbuild.sh
Run docker container
docker run -d --name webvuejs -p 8000:8000 jsboilerplates/web-vuejs
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details