Skip to content

jsboilerplates/web-vuejs

Boilerplate for VueJS Web App

Build Status codecov dependencies Status devDependencies Status License

Features

  • VueJS 2, Vue Router 3, Vuex 3
  • Unit Test with Jest and Vue Test Utils
  • ES6, ESLint
  • CI with Travis, Docker Build

Installation

# install dependencies
npm install

Running the tests

# run unit tests
npm run unit

# run all tests
npm test

Build and Run

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Docker support

Build docker image

bash Dockerbuild.sh

Run docker container

docker run -d --name webvuejs -p 8000:8000 jsboilerplates/web-vuejs

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Boilerplate for VueJS Web App

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors