KerryCodes / TypeClient

A front-end development framework

Home Page:https://codesandbox.io/s/github/flowxjs/TypeClientReactTemplate/tree/master/?fontsize=14&hidenavigation=1&theme=dark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeClient

A progressive front-end development framework

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

Template

React:

Vue:

Usage

React App:

$ git clone git@github.com:flowxjs/TypeClientReactTemplate.git
$ cd TypeClientReactTemplate
$ rm -rf .git
$ npm ci
$ npm start

React Single App:

$ git clone git@github.com:flowxjs/TypeClientReactSingleAppTempalte.git
$ cd TypeClientReactSingleAppTempalte
$ rm -rf .git
$ npm ci
$ npm start

React Vite App:

$ git clone git@github.com:flowxjs/TypeClientViteReactTemplate.git
$ cd TypeClientViteReactTemplate
$ rm -rf .git
$ npm ci
$ npm run dev

React Vite App:

$ git clone git@github.com:flowxjs/TypeClientViteReactSingleAppTemplate.git
$ cd TypeClientViteReactSingleAppTemplate
$ rm -rf .git
$ npm ci
$ npm run dev

Vue App:

$ git clone git@github.com:flowxjs/TypeClientVueTemplate.git
$ cd TypeClientVueTemplate
$ rm -rf .git
$ npm ci
$ npm run serve

Vue Vite App:

$ git clone git@github.com:flowxjs/TypeClientViteVueTemplate.git
$ cd TypeClientViteVueTemplate
$ rm -rf .git
$ npm ci
$ npm run dev

License

MIT

About

A front-end development framework

https://codesandbox.io/s/github/flowxjs/TypeClientReactTemplate/tree/master/?fontsize=14&hidenavigation=1&theme=dark

License:MIT License


Languages

Language:TypeScript 86.4%Language:JavaScript 10.7%Language:HTML 2.9%