Commit Graph

2106 Commits

Author SHA1 Message Date
Haoqun Jiang
cfed026de8 chore: vue-cli-version-marker@3.4.0 vue-cli-version-marker@3.4.0 2019-02-01 02:46:07 +08:00
Haoqun Jiang
4dfab99ec2 chore: 3.4.0 changelog [ci skip] 2019-02-01 02:46:05 +08:00
Haoqun Jiang
22232df781 v3.4.0 v3.4.0 2019-02-01 02:43:05 +08:00
Haoqun Jiang
bf19fe295a chore: pre release sync 2019-02-01 02:42:41 +08:00
Haoqun Jiang
49a2c72e0b chore: @vue/eslint-config-typescript@4.0.0 @vue/eslint-config-typescript@4.0.0 2019-02-01 02:31:11 +08:00
Haoqun Jiang
6e5e1170bf fix: add webpack to plugins' dependencies, fix yarn peer dep warnings 2019-02-01 02:25:57 +08:00
Haoqun Jiang
3d6eab988e fix: add @vue/component-compiler-utils to dependencies, fix yarn pnp compatibility 2019-02-01 02:03:02 +08:00
Haoqun Jiang
9a9a70714f chore: update deps 2019-02-01 01:21:47 +08:00
李环冀
f3fe8b3af9 fix: fix linting of tsx script in .vue file (#3097) 2019-01-31 16:00:19 +08:00
Haoqun Jiang
21632607c9 chore: also show typescript version in vue info 2019-01-31 14:43:54 +08:00
Haoqun Jiang
6a750564a8 fix: should check yarn when no pacakage manager specified
(`shouldUseTaobao` is called without arguments in `getPackageVersion`)

fixes #3393
2019-01-31 14:40:13 +08:00
JK
fb71653b27 fix(cli-plugin-babel): transpileDependencies should only match packages inside node_modules, close #3057 (#3229) 2019-01-31 00:59:52 +08:00
James George
10c253a2d8 chore: validates multiple arguments for vue create command (#3195) 2019-01-30 21:57:37 +08:00
Haoqun Jiang
0a0a65f812 fix: pin webpack version, fixes #3335 2019-01-30 14:16:21 +08:00
Armano
189ea54402 feat: update eslint-config-typescript to use @typescript-eslint (#3359) 2019-01-30 13:51:37 +08:00
Haoqun Jiang
b61ea45282 feat: add typings for vue.config.js options (#3387) 2019-01-30 13:24:18 +08:00
Haoqun Jiang
09be0f2e1f fix: add timeout for requests
closes #3076
2019-01-29 23:10:17 +08:00
Haoqun Jiang
486a921e9f fix: fix reference of friendly-errors-webpack-plugin in config 2019-01-29 19:17:51 +08:00
Haoqun Jiang
28933c8244 fix: use a custom fork of friendly-errors-webpack-plugin
Since the original package haven't got a new release on npm
for 10 months

https://github.com/geowarin/friendly-errors-webpack-plugin/pull/82#issuecomment-454808535

fixes #2244
fixes #3003
2019-01-29 19:06:18 +08:00
Haoqun Jiang
ca913ae9cf chore: remove redundant jsx deps 2019-01-29 16:15:33 +08:00
Haoqun Jiang
bca6edc7aa fix: apply a workaround for the prettier / jsdom-global bug
Since this issue is not going to get a proper fix any time soon,
this workaround is better than pinning prettier version in
`@vue/component-compiler-utils`
2019-01-29 11:59:07 +08:00
Haoqun Jiang
9c1e797ac6 feat: support dart-sass as default sass implementation (#3321) 2019-01-28 18:51:55 +08:00
houfeng
9029ad1955 fix: do not add link tag to demo page when css extract is false (#3351) 2019-01-28 18:50:53 +08:00
WilsonLiu95
ab13dfef80 fix: genCacheConfig return different result because linebreak (#3372) 2019-01-28 11:23:19 +08:00
musicq
5d1ab5fe9c refactor: check support package manager befor install (#3368) 2019-01-28 11:02:36 +08:00
Haoqun Jiang
d5ed2801ca feat: expose absoluteRuntime option, closes #2807 2019-01-26 01:26:31 +08:00
Haoqun Jiang
047872c25e fix: take all env variables into account in genCacheConfig
fixes #3275
2019-01-25 22:41:37 +08:00
Natalia Tepluhina
4b2a11e552 docs: Plugin development guide (#2973)
* feat(docs): add Heroku deployment section

* fix: rename remote repository section title

* fix(docs): add a middleware for handling vue-router in deployed app

* fix(docs): fixed formatting

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Add templating part to vue-cli-plugin Generator docs

* feat: described prompts

* fix: fixed condition on template rendering in generator

* fix: changed Getting Started part

* fix: Added links to Generator and Prompts chapters; fixed a description for testing a plugin locally

* fix: reverted changed to Heroku deployment

* fix: restored Surge chapter

* fix: deleted unused image

* fix: changed an order of chapters; added description for Generator part

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: rewrote the Generator part

* feat: add description for extending a package with new command

* fix: fixed service plugin description and links

* fix: fixed links and typos, added prompt API

* feat: UI description and augmenting task in the UI

* feat: added a description for configuration screen in UI

* feat: add configuration files description

* feat: add save config description

* feat: add prompts-in-UI description

* feat: added logo and discoverability sections

* feat: add publish plugin to npm section

* feat: stated plugin API reference

* fix: fixed typo in quote

* feat: Plugin API reference ready

* fix: removed examples

* feat: add Generator API reference

* fix: fixed typo in prompt

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: remove underscore in `_path` parameter

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add export to the templating example

* fix: change preposition

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add missing `{`

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: specified that package.json should be user's one

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: missing bracket

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add colon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: typo in `it's` vs `its`

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* feat: add more places for logo to display

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add vue add option to invocation

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add fe missed brackets and moved filename section

* fix: fix indentations and remove OPTIONS constant

* fix: fix indentation and wrap built-in plugin description with a tip

* fix: add link to Public static files

* fix: change the description for UI prompts properties

* fix: add `@scope/vue-cli-plugin-<name>` option

* fix: code style fixes

* fix: change config id to follow reverse domain name notation

* fix: style fixes

* feat: add more comments with file names

* docs: fixes

* docs: removed built-it plugins prompts part
2019-01-25 09:42:12 +01:00
Haoqun Jiang
702a2c9fd0 fix: should respect root parallel option in terser plugin 2019-01-23 22:29:33 +08:00
Haoqun Jiang
2b6dba3110 feat: add --no-fix-warnings option (#3307) 2019-01-22 00:29:57 +08:00
Walter Tommasi
d047aca313 fix(cli-ui): folder list when root windows (#3331) 2019-01-22 00:03:15 +08:00
Haoqun Jiang
69ff8028f6 chore: @vue/eslint-config-typescript@3.2.1 @vue/eslint-config-typescript@3.2.1 2019-01-21 22:31:10 +08:00
Haoqun Jiang
85c5973a27 fix: force enable jsx in parserOptions, fixes #3268 2019-01-21 22:27:11 +08:00
Haoqun Jiang
febd386488 fix: only add custom ignorePattern when no .eslintignore exists (#3325)
closes #3243
2019-01-21 20:50:24 +08:00
Hamed Baatour
11d17d9df2 feat(ui): enforce package.json npm rules (#3232) 2019-01-20 16:32:59 +08:00
Haoqun Jiang
108d8011b3 fix: fix injectImports when there's no pre-existing import declarations
closes #2925
2019-01-18 16:12:37 +08:00
YuantongKang
e8b22439ac docs(zh): update deployment.md (#3315) [ci skip] 2019-01-17 22:48:46 +08:00
Andreas Weber
596a49dc53 feat: support yml, yaml and json tslint configuration files (#3305) 2019-01-17 00:55:01 +08:00
Haoqun Jiang
90c27cf4f9 test: increase timeout, as appveyor is being very slow recently 2019-01-16 02:20:09 +08:00
Haoqun Jiang
27ffd28e7d fix: copy publicPath option to baseUrl, fix plugin compatibility 2019-01-13 01:27:03 +08:00
KuangPF
469ced1927 docs: deprecate confusing baseUrl option, use publicPath instead 2019-01-13 01:17:06 +08:00
KuangPF
67cff9542e feat: support use -h show detailed usage of command 2019-01-13 01:17:06 +08:00
Jérôme Pott
2903fd2ea1 docs: add an example with the spec option (#3179) [ci skip] 2019-01-12 00:51:10 +08:00
Alexander Sokolov
3111e3006b docs: [RU] Translation update (#3270) [ci skip]
* docs: (ru) config/README.md update devServer example

* docs: (ru) creating-a-project.md update

* docs: css.md add less examples

* docs: browser-compatibility.md update

* docs: deployment.md update

* docs: (ru) config/readme.md update

* docs: (ru) deployment.md update
2019-01-12 00:33:33 +08:00
Evan You
8dcfc184cf feat(babel): include es6.object.assign by default (#3281)
This ensures support for Object rest spread usage in
templates with vue-template-es2015-compiler@1.8.0
2019-01-12 00:33:04 +08:00
Haoqun Jiang
15537577f9 fix: use the correct size unit (KiB)
fixes #3283
2019-01-12 00:30:45 +08:00
Haoqun Jiang
6d5cbdb479 docs: host bit's logo in the project [ci skip]
fixes #3273
2019-01-10 16:46:11 +08:00
Haoqun Jiang
5854443207 docs: put back favicon.png [ci skip]
closes #3273
2019-01-10 16:41:48 +08:00
Romoo
689f615234 docs(zh): fix typo in link (#3263) 2019-01-08 14:57:32 +08:00
Haoqun Jiang
04203aa4ee chore: vue-cli-version-marker@3.3.0 vue-cli-version-marker@3.3.0 2019-01-08 12:05:05 +08:00