2.2.23 • Published 1 year ago

@vrn-deco/boilerplate-javascript-vue2-element v2.2.23

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@vrn-deco/boilerplate-javascript-vue2-element

npm package

English | 中文

TODO: 包描述

How do create a project from this boilerplate?

Option I

Interactive creation using @vrn-deco/cli is highly recommended, see vrn-cli repository

Option II

Use the installer that comes with this package to create

npx @vrn-deco/boilerplate-javascript-vue2-element \
	--target-dir="$(pwd)/my-app" \
	--boi-package-dir="/xxx/boi-package" \
	--name="my-app" \
	--version="0.0.1" \
	--author="cphayim"

Parameters:

  • --target-dir: The target directory, that is, where it needs to be installed, it can point to a non-existing directory, it will automatically execute mkdir -p
  • --boi-package-dir: local path to boi-package
  • --name: project name, PresetRunner will modify the corresponding project file field according to the type of boilerplate, and ensure it is valid by itself
  • --version: the project version, PresetRunner will modify the corresponding project file fields according to the type of boilerplate to ensure the validity by itself
  • --author: the author of the project, PresetRunner will modify the corresponding project file fields according to the type of boilerplate to ensure the validity by itself

Documents

2.2.23

1 year ago

2.2.21

1 year ago

2.2.20

3 years ago

2.2.19

3 years ago

2.2.18

3 years ago

2.2.17

3 years ago

2.2.16

3 years ago

2.2.14

3 years ago

2.2.11

3 years ago