Skip to content

Create Vue app with zero-config development setup.

Notifications You must be signed in to change notification settings

Equals182/template-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-vue

A vue-cli template.

Features

  • 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 adding favicon.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.

Install

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.

License

MIT

About

Create Vue app with zero-config development setup.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.2%
  • Vue 8.5%
  • HTML 4.3%