Package Exports
- @sunupdong/db_cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sunupdong/db_cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@sunupdong/db_cli
A cli to create project quickly...
install global
npm install @sunupdong/db_cli -g
create webpack project
- 创建项目
db create [project-name]ORdb i [project-name]
- 选择一个需要的模板
Select the template you want
- 初始化并运行项目
- cd [project-name]
- yarn run:
yarn && yarn serve - npm run:
npm install && npm run serve