Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincenying/vite-react-mobx
基于 React+Mobx+Typescript+Vite4+UnoCss 的脚手架
https://github.com/lincenying/vite-react-mobx
mobx react typescript unocss vite
Last synced: 7 days ago
JSON representation
基于 React+Mobx+Typescript+Vite4+UnoCss 的脚手架
- Host: GitHub
- URL: https://github.com/lincenying/vite-react-mobx
- Owner: lincenying
- License: mit
- Created: 2021-03-17T08:00:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T01:17:39.000Z (about 2 months ago)
- Last Synced: 2024-09-18T19:06:44.527Z (about 2 months ago)
- Topics: mobx, react, typescript, unocss, vite
- Language: TypeScript
- Homepage:
- Size: 563 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-react-mobx
基于 React + Mobx + Typescript + Vite5 + UnoCss 的脚手架
## Variations
- [vite-nuxt3](https://github.com/lincenying/vite-nuxt3) - Nuxt3 + Vite 入门模板
- [vite-uniapp-vue3](https://github.com/lincenying/vite-uniapp-vue3) - Uniapp3 + Vite 入门模板
- [vite-react-mobx-ssr](https://github.com/lincenying/vite-react-mobx-ssr) - React + Mobx + Vite + SSR 入门模板
- [vite-react-mobx](https://github.com/lincenying/vite-react-mobx) - React + Mobx + Vite 入门模板
- [vite-react-redux](https://github.com/lincenying/vite-react-redux) - React + Redux + Vite 入门模板
- [vite-vue3-h5-ssr](https://github.com/lincenying/vite-vue3-h5-ssr) - Vue3 + Vant + Vite + SSR 入门模板
- [vite-vue3-h5](https://github.com/lincenying/vite-vue3-h5) - Vue3 + Vant + Vite 入门模板
- [vite-vue3-admin](https://github.com/lincenying/vite-vue3-admin) - Vue3 + ElementPlus + Vite 管理后台入门模板# 开发环境运行
```bash
# pnpm install
# pnpm serve
```# 生产环境编译
```bash
# pnpm install
# pnpm build
```