@typeclient/core

typeclient core


Keywords
aop, axios, framework, inversify, ioc, middleware, mvc, power, powerful, radixtree, react, router, spa, vue
License
MIT
Install
npm install @typeclient/core@1.2.22

Documentation

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