mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
更新readme文档
This commit is contained in:
35
README.md
35
README.md
@@ -1,30 +1,49 @@
|
||||
# simple-element-plus-template
|
||||
### simple-element-plus-template
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite.
|
||||
基于Vue3+Element Plus+Vite+Pinia+VueUse的极简模板。
|
||||
|
||||
## Customize configuration
|
||||
#### 主要功能
|
||||
|
||||
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
||||
1. 基于ES6,没有使用Typescript
|
||||
2. 支持国际化
|
||||
3. 支持黑白主题
|
||||
4. 支持多标签和多标签缓存
|
||||
5. 左侧菜单或顶部菜单两种布局
|
||||
6. 用Json数据定制表格、表单
|
||||
|
||||
## Project Setup
|
||||
其他功能暂未集成
|
||||
|
||||
### 实例截图
|
||||
|
||||
黑色主题:
|
||||
|
||||

|
||||
|
||||
白色主题:
|
||||
|
||||

|
||||
|
||||
### 安装使用
|
||||
|
||||
clone到本地之后,安装依赖:
|
||||
|
||||
```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/)
|
||||
#### Eslint
|
||||
|
||||
```sh
|
||||
npm run lint
|
||||
|
||||
Reference in New Issue
Block a user