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]
- Select the template you want
- run
yarn && yarn serve