@@ -1,18 +1,23 @@
# Vite + Vue2
+```
+html多入口模板,建议使用yarn安装各依赖
- html多入口模板,建议使用yarn安装各依赖
+
+yarn
- yarn
+yarn add model_exp
- yarn add model_exp
+npm run dev
- npm run dev
+npm run build
- npm run build
## 目录结构
-
| - `src`
| - `pages` 全局html目录
| - `index` 子html目录
@@ -25,8 +30,10 @@
| - `components` 全局组件
| - `utils` 全局插件
| - `assets` 全局静态文件
-### $\color{#FF0000}{注意}$
+### 注意
1. 多页面路由模式不能使用 history 模式
2. 模板采用 index.html
@@ -38,3 +45,5 @@
3. vuex
4. vue-router
5. less