vue-starter

A flexible, scalable, opinionated boilerplate for production-ready PWAs with focus on performance, development speed, and best practices
Documentation
https://vue-starter.herokuapp.com/docs (sometimes not available because of the heroku free-plan)
Run documentation on your local machine
- Complete the Getting started guide
- Install vuepress
npm i -g vuepress - run
vuepress dev docs
Live demo
Please visit the vue-starter app on heroku! (sometimes not available because of the heroku free-plan)
Lighthouse Score
Getting started
- Install Node.js 8.x or higher. Use nvm or n to maintain multiple Node.js versions
- Install npm version 5.x or higher
- clone the repository
git clone https://github.com/devCrossNet/vue-starter - change directory
cd vue-starter - Install dependencies:
npm install - Run
npm run dev
Sponsors
Contribute
Contributions are always welcome! Please read the contribution guidelines first.


