Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nei1ee/starter-uni
An UniApp Starter Template With Vue3, Vite, @unocss, @ano-ui.
https://github.com/nei1ee/starter-uni
miniprogram uniapp unocss
Last synced: 3 months ago
JSON representation
An UniApp Starter Template With Vue3, Vite, @unocss, @ano-ui.
- Host: GitHub
- URL: https://github.com/nei1ee/starter-uni
- Owner: nei1ee
- License: mit
- Archived: true
- Created: 2022-07-19T09:41:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T15:16:11.000Z (over 1 year ago)
- Last Synced: 2024-10-11T08:02:24.097Z (4 months ago)
- Topics: miniprogram, uniapp, unocss
- Language: TypeScript
- Homepage: https://starter-uni.vercel.app
- Size: 325 KB
- Stars: 33
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uni-app - vue3 - uni) - 一个使用 Vue3 + Vite + UnoCSS + AnoUI 的 uni-app 开始模版。 --> (模板)
README
# Starter Uni
please use [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app)!!!
## Features
- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/) - born with fastness
- 📦 [Components auto importing](./src/components)
- 🍍 [State Management via Pinia](https://pinia.esm.dev/)
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine
- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- 🔥 Use the [new `` syntax](https://github.com/vuejs/rfcs/pull/227)
- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly
## Try it now
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/zguolee/starter-uni/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit zguolee/starter-uni my-starter-uni-app
cd my-starter-uni-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```## Checklist
When you use this template, try follow the checklist to update your info properly
- [ ] Change the author name in `LICENSE`
- [ ] Change the name in `package.json`
- [ ] Change the `navigationBarTitleText` in `src/pages.json`
- [ ] Change the `name` and `appid` in `src/pages.json`
- [ ] Remove the `.github` folder which contains the funding info
- [ ] Clean up the READMEsAnd, enjoy :)
## License
[MIT](./LICENSE) License © 2022-PRESENT [Neil Lee](https://github.com/zguolee)