Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyju/vitesse-plain-pro
🧐 在vitesse-plain基础上增加:常用逻辑、UI的二次封装、项目中用到的第三方库的使用等。
https://github.com/anthonyju/vitesse-plain-pro
starter-template vite vue3
Last synced: 8 days ago
JSON representation
🧐 在vitesse-plain基础上增加:常用逻辑、UI的二次封装、项目中用到的第三方库的使用等。
- Host: GitHub
- URL: https://github.com/anthonyju/vitesse-plain-pro
- Owner: AnthonyJu
- License: mit
- Created: 2023-11-04T12:20:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:28:54.000Z (22 days ago)
- Last Synced: 2024-10-24T23:45:56.035Z (22 days ago)
- Topics: starter-template, vite, vue3
- Language: Vue
- Homepage: https://vitesse-plain-pro.netlify.app
- Size: 14.9 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vitesse plain pro
基于 [vitesse-plain](https://github.com/AnthonyJu/vitesse-plain),在其基础上增加:常用逻辑、UI的二次封装、项目中用到的第三方库的使用等。
## 目录结构
```
vitesse-plain-pro
├─ .vscode
├─ config
├─ docs
├─ mock
├─ public
├─ scripts
├─ src
│ ├─ api
│ ├─ assets
│ ├─ components
│ ├─ constants
│ ├─ directive
│ ├─ hooks
│ ├─ layouts
│ ├─ locales
│ ├─ modules
│ ├─ pages
│ ├─ router
│ ├─ store
│ ├─ styles
│ ├─ types
│ ├─ utils
│ ├─ App.vue
│ └─ main.ts
├─ .editorconfig
├─ .env
├─ .gitignore
├─ .npmrc
├─ .stylelintrc
├─ eslint.config.js
├─ index.html
├─ LICENSE
├─ README.md
├─ netlify.toml
├─ package.json
├─ pnpm-lock.yaml
├─ tsconfig.json
├─ uno.config.ts
└─ vite.config.ts
```