mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
27 lines
552 B
Markdown
27 lines
552 B
Markdown
# 探索前端前沿技术,并创建相关的模板
|
|
|
|
## 主要内容
|
|
|
|
### 主要工具包
|
|
|
|
* vite4 vue3 pinia vue-router axios ts element-plus vant
|
|
|
|
### 主要规范工化工具
|
|
|
|
* eslint规范及配置
|
|
* prettier规范及配置
|
|
* stylelint规范及配置
|
|
|
|
### 推荐的约束
|
|
|
|
* 推荐使用vscode编辑器 安装eslint插件 prettier插件 Volar插件
|
|
* 推荐使用node 18.16.1 版本
|
|
|
|
### 使用方式
|
|
|
|
* 克隆项目到本地
|
|
* 进入项目根目录 执行 npm install 安装依赖
|
|
* 启动项目 npm run dev
|
|
* 访问 <http://localhost:8085>
|
|
|