This is a draft cheat sheet. It is a work in progress and is not finished yet.
CLI
vue init <template> <project-name>
|
webpack - Webpack + vue-loader + hot reload + linting + testing + css extraction. |
webpack-simple - Webpack + vue-loader. |
browserify - Browserify + vueify + hot-reload + linting + testing. |
browserify-simple - Browserify + vueify. |
pwa - PWA template for vue-cli based on the webpack template. |
simple - the simplest Vue setup in a single HTML file. |
Custom template: vue init username/repo my-project
|
Local template: vue init ~/fs/path/to-template my-project
|
|
|
Animation - transition classes
|
|
|