Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffychi-xing/templatemanage
A management system blue-print template.
https://github.com/fluffychi-xing/templatemanage
element-plus frontend iconfont postcss scss tailwindcss typescript vuejs
Last synced: 9 days ago
JSON representation
A management system blue-print template.
- Host: GitHub
- URL: https://github.com/fluffychi-xing/templatemanage
- Owner: FluffyChi-Xing
- License: mit
- Created: 2024-07-29T09:28:40.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T03:54:20.000Z (about 2 months ago)
- Last Synced: 2024-10-12T00:21:53.486Z (about 1 month ago)
- Topics: element-plus, frontend, iconfont, postcss, scss, tailwindcss, typescript, vuejs
- Language: Vue
- Homepage: https://templatemanage.fluffycx.cn/#/
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 中台模板管理系统
该项目采用技术栈为 Vue3 + Vite4 + Element-Plus + TailwindCSS + TS。
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```