A vue-cli template.
- Basic setup requires no config, you only need vue-cli, but you can still use config.js to customize it
- Copy
static/**
to dist folder, useful for addingfavicon.ico
- Split vendor code and app code in production mode
- ESLint with eslint-config-xo in production mode
- Support Electron
- Ready for small-to-medium Vue apps, and it can be easily extended to be a larger project.
Using SAO.
# install sao first
yarn global add sao
# from repo
sao egoist/template-vue vue-app --install
# or from npm
sao vue vue-app --install
Check out the usage of this template.
MIT