TypeClient
1.0 LTS
진보적 인 프론트 엔드 개발 프레임 워크
반응 :
vue :
반응 앱 :
$ git clone [email protected]:flowxjs/TypeClientReactTemplate.git
$ cd TypeClientReactTemplate
$ rm -rf .git
$ npm ci
$ npm start반응 단일 앱 :
$ git clone [email protected]:flowxjs/TypeClientReactSingleAppTempalte.git
$ cd TypeClientReactSingleAppTempalte
$ rm -rf .git
$ npm ci
$ npm start반응 vite 앱 :
$ git clone [email protected]:flowxjs/TypeClientViteReactTemplate.git
$ cd TypeClientViteReactTemplate
$ rm -rf .git
$ npm ci
$ npm run dev반응 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 devMIT