Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 的脚手架

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
```