Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/self-denial-cy/vue-scorpio-admin
personal vue3+vite+typescript application
https://github.com/self-denial-cy/vue-scorpio-admin
Last synced: 8 days ago
JSON representation
personal vue3+vite+typescript application
- Host: GitHub
- URL: https://github.com/self-denial-cy/vue-scorpio-admin
- Owner: self-denial-cy
- License: mit
- Created: 2023-05-22T14:10:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T09:00:18.000Z (9 months ago)
- Last Synced: 2024-11-10T22:14:07.934Z (2 months ago)
- Language: Vue
- Homepage: https://self-denial-cy.github.io/vue-scorpio-admin/
- Size: 6.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-scorpio-admin
- 基于 Vue3、Vite、TypeScript、Pinia、Unocss、Element-plus 等新框架或新工具开发
- TypeScript 类型系统覆盖率高,已覆盖日常大部分开发场景
- 引入 unplugin-auto-import、unplugin-vue-components 实现 API 和组件的自动按需导入,大大减少导入语句代码量
- 引入 unplugin-icons 工具,搭配 [iconify](https://icon-sets.iconify.design/) 自动按需引入图标
- Unocss 原子化 CSS 解决方案,搭配 [链接](https://unocss.dev/interactive/) 使用极佳
- eslint + husky + stylelint + lint-staged 保证代码风格一致和提交信息规范## Project Setup
### Install
```bash
npm install
```### Compile and Hot-Reload for Development
```bash
npm run dev
```### Type-Check,Compile and Build for Production
```bash
npm run build
```## Preview
![preview](./docs/images/preview.png)