阅读目录
- 创建项目环境
-
- 测试配置路由创建 Home 组件
- 错误
-
- You may use special comments to disable (禁用) some warnings 报错解决
- 关闭 ESLint 检查
- Vue 使用 element-ui 实现菜单导航
-
- npm 安装 element-ui
- 完整引入 Element
- 1 入口组件 `E:\pdf1\cg\src\main.js`
- 2 电影页面组件 `E:\pdf1\cg\src\components\Movie.vue`
- 3 小说页面组件 `E:\pdf1\cg\src\components\Novel.vue`
- 4 导航组件 `E:\pdf1\cg\src\components\NavMenu.