27 Commits

Author SHA1 Message Date
Norbert de Langen
a4e7ddbe83 CHANGE cli so skipInstall also doesn't check against the registry, but directly edits package.json 2019-11-25 20:15:01 +01:00
Norbert de Langen
6e0d00ee1e FIX cli 2019-10-29 12:50:51 +01:00
Norbert de Langen
548da0917d Merge branch 'next' into pr/billfeller/8205
# Conflicts:
#	lib/cli/generators/ANGULAR/index.js
#	lib/cli/generators/HTML/index.js
#	lib/cli/generators/REACT/index.js
#	lib/cli/generators/REACT_SCRIPTS/index.js
#	lib/cli/generators/SFC_VUE/index.js
#	lib/cli/generators/VUE/index.js
#	lib/cli/generators/WEBPACK_REACT/index.js
2019-10-28 10:40:05 +01:00
Michael Shilman
464041e755 CLI: Fix SVC_VUE typo 2019-10-12 11:38:23 +08:00
Michael Shilman
4f89930933 CLI: Fix DeepScan warnings 2019-10-12 11:19:25 +08:00
Michael Shilman
3a41a0dc2b CLI: SFC_VUE fixes 2019-10-12 10:14:59 +08:00
Michael Shilman
a5a402c317 CLI: SFC_VUE template MDX support 2019-10-12 10:02:59 +08:00
Michael Shilman
dd5eb211d0 CLI: SFC_VUE template CSF refactor 2019-10-12 09:51:28 +08:00
Norbert de Langen
832532c07e CLEANUP 2019-09-27 11:48:17 +02:00
Norbert de Langen
d747165d18 CHANGE all the generators to generate a package.json file if it doesn't exist yet 2019-09-26 14:45:08 +02:00
Laurent Debersaques
4bd6121f83 cli: replaced merge-dirs dependency by fs-extra 2019-06-16 00:33:30 +02:00
Mikael Carpenter
d143131451 Move option for using dev dependencies to npmOptions in initiate.js
update installDependencies helper to use that new option
     update usage of that to not pass '-D' in list of dependencies
2019-04-30 16:36:06 -07:00
Mikael Carpenter
fa991cc361 Update the remaining generators to use new install functions.
Add a new fixture that has a frozen lock file
   Add documentation to the helper functions I changed
2019-04-25 10:12:16 -07:00
Pavan Kumar Sunkara
94a049c2f5 Revert "CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader"
This reverts commit aadd8f0e0baa90d40c523cc43aaa9a30ada788d8.
2018-08-22 18:14:34 +02:00
Norbert de Langen
aadd8f0e0b
CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader 2018-08-16 16:23:58 +02:00
Hypnosphi
3c0e3832e1 Add babel-loader peer dep 2018-07-06 20:59:30 +03:00
Hypnosphi
e496dfbb91 Update CLI 2018-07-04 23:12:47 +03:00
Keraito
5f991ff83d Use npmOptions in all generators 2018-05-09 00:34:08 +02:00
Hypnosphi
029f2b4d0b Reflect the new peer dependencies in docs and CLI templates 2018-01-11 02:13:38 +03:00
hypnos
0d684f89dc Merge remote-tracking branch 'origin/master' into release/3.3
# Conflicts:
#	addons/knobs/package.json
#	app/react-native/package.json
#	docs/pages/basics/faq/index.md
#	examples/vue-kitchen-sink/package.json
#	lib/cli/generators/SFC_VUE/index.js
#	lib/cli/generators/VUE/index.js
#	lib/cli/lib/helpers.js
#	lib/cli/package.json
#	lib/ui/package.json
#	package.json
#	yarn.lock
2017-10-17 03:24:46 +03:00
kazuya kawaguchi
56e3602cbf
improvement(cli): setup JSX configration for Vue 2017-10-09 01:40:48 +09:00
hypnos
f0c6942b61 Compare current and latest versions 2017-09-15 02:25:02 +03:00
hypnos
067ccdf9a0 Refactor CLI 2017-09-14 04:35:40 +03:00
hypnos
7df5a6ab93 Add tests for CLI. Support node 4 2017-08-30 02:47:15 +03:00
hypnos
24df843309 Detect each latest version independently 2017-08-17 02:24:56 +03:00
hypnos
1601322fdc CLI: Add explicit dependencies on used plugins 2017-08-13 23:03:59 +03:00
kazuya kawaguchi
9bd55bc9a4
🆙 update(cli): stories creating for vue 2017-06-16 22:47:24 +09:00