TypeClient
1.0 LTS
Ein progressiver Front-End-Entwicklungsrahmen
Reagieren:
Vue:
React App:
$ git clone [email protected]:flowxjs/TypeClientReactTemplate.git
$ cd TypeClientReactTemplate
$ rm -rf .git
$ npm ci
$ npm startReact Single App:
$ git clone [email protected]:flowxjs/TypeClientReactSingleAppTempalte.git
$ cd TypeClientReactSingleAppTempalte
$ rm -rf .git
$ npm ci
$ npm startReact Vite App:
$ git clone [email protected]:flowxjs/TypeClientViteReactTemplate.git
$ cd TypeClientViteReactTemplate
$ rm -rf .git
$ npm ci
$ npm run devReact Vite App:
$ git clone [email protected]:flowxjs/TypeClientViteReactSingleAppTemplate.git
$ cd TypeClientViteReactSingleAppTemplate
$ rm -rf .git
$ npm ci
$ npm run devVue App:
$ git clone [email protected]:flowxjs/TypeClientVueTemplate.git
$ cd TypeClientVueTemplate
$ rm -rf .git
$ npm ci
$ npm run serveVue Vite App:
$ git clone [email protected]:flowxjs/TypeClientViteVueTemplate.git
$ cd TypeClientViteVueTemplate
$ rm -rf .git
$ npm ci
$ npm run devMIT