TypeClient
1.0 LTS
进步的前端开发框架
反应:
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应用程序:
$ git clone [email protected]:flowxjs/TypeClientViteReactTemplate.git
$ cd TypeClientViteReactTemplate
$ rm -rf .git
$ npm ci
$ npm run devReact Vite应用程序:
$ git clone [email protected]:flowxjs/TypeClientViteReactSingleAppTemplate.git
$ cd TypeClientViteReactSingleAppTemplate
$ rm -rf .git
$ npm ci
$ npm run devvue应用:
$ git clone [email protected]:flowxjs/TypeClientVueTemplate.git
$ cd TypeClientVueTemplate
$ rm -rf .git
$ npm ci
$ npm run serveVue Vite应用程序:
$ git clone [email protected]:flowxjs/TypeClientViteVueTemplate.git
$ cd TypeClientViteVueTemplate
$ rm -rf .git
$ npm ci
$ npm run dev麻省理工学院