IU
0dc604cc43
feat(cli-service): provide jsconfig.json in no-ts template ( #6285 )
2021-04-09 23:02:22 +08:00
Binwei Fang
2373df1630
fix: using lang attribute with empty string in html template ( #5992 )
...
Fixes #5945
`lang="en"` may be wrong to users, use empty string instead. See : https://github.com/h5bp/html5-boilerplate/issues/1542
2020-10-26 16:23:09 +08:00
Haoqun Jiang
34c09dc803
fix: fix duplicate id="app" in Vue 3 project template ( #5852 )
...
closes #5813
2020-09-08 19:44:08 +08:00
Haoqun Jiang
8e4090f545
refactor: output webdriverio logs to tests/e2e/logs ( #5753 )
...
This allows us to have a more accurate path to specify in .gitignore
2020-08-06 16:15:14 +08:00
Haoqun Jiang
b1772cadd2
feat: allow choosing vue version on creation (and in presets) ( #5637 )
2020-07-24 18:54:15 +08:00
Stefano Bartoletti
1afae5836f
chore: add 'pnpm-debug.log' to '_gitignore' ( #5429 )
2020-04-29 15:09:22 +08:00
Haoqun Jiang
bc3e4af3c0
refactor: use the title option in the html template, instead… ( #5060 )
...
closes #5056
2020-01-13 19:34:41 +05:30
Tao Wei
cb3db60aa8
style: unified components' naming style ( #4991 )
2020-01-09 20:19:57 +08:00
Haoqun Jiang
3b016e7901
feat: add webdriver log files to gitignore ( #4644 )
2019-10-04 23:28:27 +08:00
Pavan Kumar Sunkara
246ae678cb
feat!: make router a separate plugin ( #4196 )
...
* refactor: move router to its own plugin
* refactor: rename routerHistoryMode option to historyMode
* test: add @vue/cli-plugin-router tests
* feat: change src/router.js for most common use cases
* fix: fix cli-ui tests
* docs: Remove router root option from docs
* fix: add support for legacy router option
2019-07-05 23:21:29 +08:00
Haoqun Jiang
f1807fd304
Merge pull request #3743 from vuejs/next-minor
...
3.6
2019-04-11 09:26:12 +08:00
Dimitar Dimitrov
a575def3f2
chore: more accurate vim swap file ignore ( #3707 )
...
Currently this ignores more than the possible 3 character vim swap file extensions. This change will only ignore 3 letter vim swap files starting with `.sw` (most common)
2019-04-09 00:44:53 +08:00
Phan An
78fdc07332
chore: use high resolution version of favicon.ico ( #3709 )
2019-04-01 20:33:47 +08:00
Haoqun Jiang
9c1e797ac6
feat: support dart-sass as default sass implementation ( #3321 )
2019-01-28 18:51:55 +08:00
tdorsey
5eac2e136e
docs: fix typo ( #2899 ) [ci skip]
...
* Fix typo
* Adjust plurality since there is only one guide
2018-11-12 14:47:01 +08:00
Thorsten Lünborg
21256f5c43
fix(generator): Template files for main.js and router when not using a compiler ( #2828 )
...
* fix(cli-service): ES5 compatibility -
Don't use arrow function in main.js when not using babel nor typescript.
* fix(router): es5 compatibility
use normal function instead of arrow function
in router.js when neither babel nor typescript are used.
2018-10-28 12:18:14 +01:00
Kyle
7147aab85c
refactor: Lighthouse PWA audit ( #2071 )
2018-08-05 23:30:06 -04:00
Evan You
c6ca93e0dd
feat: support --bare flag when creating new projects
...
close #2030
2018-08-03 11:45:10 -07:00
Damian Dulisz
098b63e768
feat: Add link to Vue News to bootstrapped component ( #1920 )
2018-07-23 16:20:42 +02:00
kazuya kawaguchi
bc59637308
chore: fix links ( #1540 )
2018-06-11 12:28:51 -04:00
Evan You
395e400411
docs: fix router link
2018-05-24 11:58:39 -04:00
Tome Pejoski
2f496c071b
docs: fix 404 link to vuex intro page ( #1361 )
2018-05-24 11:58:04 -04:00
Evan You
2a195f0298
feat: allow router/vuex to be late added via vue add
...
close #1202 , close #1204
2018-05-21 15:33:30 -04:00
Evan You
8b32f4a60f
feat: GeneratorAPI: addImports & addRootOptions
2018-05-21 14:25:49 -04:00
Evan You
4c5784da73
feat: expose env variables as root level in index.html template
2018-05-08 16:55:30 -04:00
Tomy Jaya
2d7c0cf97f
Fix broken vue-loader broken link ( #1229 )
2018-05-05 23:37:08 +09:00
Jason Yu
a705998add
chore: _gitignore vim swap files ( #1133 )
2018-04-25 17:23:21 -04:00
Evan You
811d0561b2
feat: initialize project with corresponding CSS pre-processor ( close #930 )
2018-03-03 19:12:22 -05:00
Evan You
1869aa2a20
feat: Generator now supports template inheritance
2018-03-03 18:32:53 -05:00
Evan You
64b4515731
refactor: change default test directory name to "tests"
...
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Giovanni Condello
a489803089
feat: add default <noscript> content ( #856 )
...
Add some default content that can be seen by browsers where JavaScript
is disabled. See:
https://developers.google.com/web/tools/lighthouse/audits/no-js
Closes #854
2018-02-21 16:02:38 -05:00
Evan You
59f59139d5
feat: update default component content
2018-02-04 10:40:57 -05:00
Evan You
2e3fe07ed8
fix: avoid dotfiles not being published to npm
2018-01-25 12:04:27 -05:00
Evan You
8a3ac7e170
feat: e2e cypress
2018-01-24 21:59:29 -05:00
Evan You
655202f72d
feat: e2e nightwatch
2018-01-18 00:25:07 +01:00
Evan You
902f6c0fb3
feat: pwa
2018-01-09 17:45:41 -05:00
Evan You
d3bb381e7b
feat: css preprocessors
2018-01-08 17:47:48 -05:00
Evan You
88e9d46334
feat: router & vuex
2018-01-08 16:45:03 -05:00
Evan You
d048b939ab
publicPath + serve production mode
2018-01-01 16:57:00 -05:00
Evan You
a5a74d3579
fix airbnb eslint config
2017-12-31 20:05:26 -05:00
Evan You
5d661f4b32
rename render method + template dir
2017-12-29 16:42:21 -05:00