JSPM

@sunupdong/db_cli

1.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q10673F
  • License ISC

Quickly create a project

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

  1. 创建项目
  • db create [project-name] OR db i [project-name]
  1. 选择一个需要的模板
  • Select the template you want
  1. 初始化并运行项目
  • cd [project-name]
  • yarn run: yarn && yarn serve
  • npm run: npm install && npm run serve