@omni-door/tpl-spa-vue

The spa-vue project template


Keywords
template, omni, omni-door
License
MIT
Install
npm install @omni-door/tpl-spa-vue@2.5.16

Documentation

@omni-door/tpls

Build Status codecov license

English | 简体中文

@omni-door/tpls is a monorepo that manage by lerna which contain the @omni-door/cli dependencies templates collection

templates list

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

develop

  • 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