Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didilinkin/vue-admin-element
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
https://github.com/didilinkin/vue-admin-element
axios element-ui es6 eslint material-icons pug sass vscode vue-router2 vue2 vuex2 webpack2 yarn
Last synced: 26 days ago
JSON representation
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
- Host: GitHub
- URL: https://github.com/didilinkin/vue-admin-element
- Owner: didilinkin
- Created: 2017-02-27T11:10:38.000Z (over 7 years ago)
- Default Branch: vue3
- Last Pushed: 2022-09-10T02:45:45.000Z (about 2 years ago)
- Last Synced: 2024-10-01T06:34:59.069Z (about 1 month ago)
- Topics: axios, element-ui, es6, eslint, material-icons, pug, sass, vscode, vue-router2, vue2, vuex2, webpack2, yarn
- Language: Vue
- Homepage: http://yanxiaodi.coding.me/Element-admin/#/
- Size: 1.81 MB
- Stars: 83
- Watchers: 5
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin-element
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## 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
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```## TODO
- [x] [Pug](https://github.com/vitejs/vite/issues/17)
- [x] [Stylus](https://www.stylus-lang.cn/)
- [x] [element](https://element-plus.gitee.io/zh-CN/)
- [] [element 侧边栏](https://element-plus.gitee.io/zh-CN/component/menu.html#%E4%BE%A7%E6%A0%8F)
- [] [IconPark](https://github.com/bytedance/IconPark/blob/master/packages/vue-next/README.zh-CN.md)