Releases: vuejs/vue-cli
Releases · vuejs/vue-cli
v3.0.0-alpha.10
v3.0.0-alpha.9
Bug Fixes
- unit-mocha: fix test glob to avoid running e2e tests (172e8eb), closes #790
- handle vue invoke config merging for existing files (46166fb), closes #788
- object returned from api.configureWebpack should be merged (920d8fa)
- only support taobao check and inline registry when using npm (67df3eb), closes #789
Features
v2.9.3
v3.0.0-alpha.8
Bug Fixes
- fix eslint errors when using airbnb + cypress (313533d)
- fix jest test match (2c61d23), closes #771
- fix overwrite prompt (7871c5c)
- include version marker in workspace (d3d040a), closes #772
- inspect: correct usage of
resolve
(#773) (0f9a44a) - move plugin data extraction into GeneratorAPI (4f2f6f0)
- shim global for node modules (691cfa2), closes #774
Features
v3.0.0-alpha.7
v3.0.0-alpha.6
New Features
-
vue build
andvue-cli-service build
now support--target lib | wc | multi-wc
, which builds given component(s) as a library, web component, or a multi web component bundle. -
New command:
vue inspect
allows you to inspect the webpack config in a project withvue-cli-service
. -
Babel and TS loaders are now handled with
thread-loader
by default when the machine has more than 1 CPU cores.
Bug Fixes
See changelog.
v3.0.0-alpha.5
Changes
- Now allows saving manual selected features as multiple named presets, instead of only one saved config.
- Now support choosing whether to keep tool configs in
package.json
or in dedicated rc files. - Now loads project config with
cosmiconfig
, so the project config can now be (in order of load priority):vue
field inpackage.json
.vuerc
(JSON or YAML)vue.config.js
Fixed
v3.0.0-alpha.4
This release is ready for testing and feedback.
npm install -g @vue/cli
vue create my-project