项目作者: flowxjs

项目描述 :
A front-end development framework
高级语言: TypeScript
项目地址: git://github.com/flowxjs/TypeClient.git
创建时间: 2020-07-10T06:44:07Z
项目社区:https://github.com/flowxjs/TypeClient

开源协议:MIT License

下载


TypeClient

A progressive front-end development framework

  • Document
  • TypeScript support.
  • iOC and AOP support.

Template

React:

Vue:

Usage

React App:

  1. $ git clone git@github.com:flowxjs/TypeClientReactTemplate.git
  2. $ cd TypeClientReactTemplate
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm start

React Single App:

  1. $ git clone git@github.com:flowxjs/TypeClientReactSingleAppTempalte.git
  2. $ cd TypeClientReactSingleAppTempalte
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm start

React Vite App:

  1. $ git clone git@github.com:flowxjs/TypeClientViteReactTemplate.git
  2. $ cd TypeClientViteReactTemplate
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm run dev

React Vite App:

  1. $ git clone git@github.com:flowxjs/TypeClientViteReactSingleAppTemplate.git
  2. $ cd TypeClientViteReactSingleAppTemplate
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm run dev

Vue App:

  1. $ git clone git@github.com:flowxjs/TypeClientVueTemplate.git
  2. $ cd TypeClientVueTemplate
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm run serve

Vue Vite App:

  1. $ git clone git@github.com:flowxjs/TypeClientViteVueTemplate.git
  2. $ cd TypeClientViteVueTemplate
  3. $ rm -rf .git
  4. $ npm ci
  5. $ npm run dev

License

MIT