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

https://github.com/powerfulyang/emt-vue-admin

⚡️ Vue3 + Vite5 + Pinia2 + Unocss + Naive UI + vue-i18n + msw + tsx + faker.js Admin Template. 一个好看好用的 Vue3 中后台模板
https://github.com/powerfulyang/emt-vue-admin

msw naive-ui pinia tsx unocss unplugin vite5 vue-i18n vue3

Last synced: about 1 year ago
JSON representation

⚡️ Vue3 + Vite5 + Pinia2 + Unocss + Naive UI + vue-i18n + msw + tsx + faker.js Admin Template. 一个好看好用的 Vue3 中后台模板

Awesome Lists containing this project

README

          

## Stack

- [Vite](https://vitejs.dev/)
- [Pinia](https://pinia.esm.dev/)
- [Vue Router](https://router.vuejs.org/)
- [Vue3](https://v3.vuejs.org/)
- [UnoCSS](https://unocss.com/)
- [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components)
- [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import)
- [unplugin-icons](https://github.com/unplugin/unplugin-icons)
- [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
- [@tanstack/vue-query](https://tanstack.com/query/latest/docs/framework/vue/overview)
- [VueUse](https://vueuse.org/)
- [msw](https://mswjs.io/)
- [ky](https://github.com/sindresorhus/ky)
- [naive-ui](https://www.naiveui.com/)
- [vue-i18n](https://vue-i18n.intlify.dev/)
- [faker.js](https://fakerjs.dev/)
- [typescript](https://www.typescriptlang.org/)

## Installation

```bash
pnpm install
```

## Start

```bash
pnpm dev
```

## Build

```bash
pnpm build
```