0.1.0 • Published 5 years ago

vue-cli-plugin-vueconf-2019-example v0.1.0

Weekly downloads
80
License
MIT
Repository
github
Last release
5 years ago

vue-cli-plugin-vueconf-2019-example

@vue/cli 3.x plugin example by Optoro for VueConf US 2019, watch the talk.

Usage

vue add vueconf-2019-example

Details

Webpack

Plugins:

Generator

  • src/App.vue: imports bootstrap-vue by default, uses Bootstrap template
  • .browserslistrc: sets supported browsers
  • .env.*: default configuration for different environments

Bugs

Nice to have

  • Set lintOnSave to an expression like process.env.NODE_ENV !== 'production !default'

  • Set browserslist with api.extendpackage, but cannot delete the entries that exist already, so we use a template instead