English | 简体ä¸æ–‡
@omni-door/tpls
is a monorepo that manage by lerna which contain the @omni-door/cli
dependencies templates collection
name | description |
---|---|
@omni-door/tpl-component-react | React-Component-Library template |
@omni-door/tpl-component-vue | Vue-Component-Library template |
@omni-door/tpl-spa-react | React Single-Application-App template |
@omni-door/tpl-spa-react-pc | React Single-Application-App template based on Antd |
@omni-door/tpl-spa-vue | Vue Single-Application-App template |
@omni-door/tpl-ssr-react | React Server-Side-Render-App template |
@omni-door/tpl-toolkit | Toolkit template |
-
initial a cli-template
yarn initial
-
create a cli-template's file
yarn new
-
install all templates dependencies
yarn bootstrap
-
unit-test
yarn test
-
lint process
yarn lint
-
build all
yarn build
-
release
yarn release