# vue3-demo **Repository Path**: JXHuang_admin/vue3-demo ## Basic Information - **Project Name**: vue3-demo - **Description**: vue3.0 vue-router4.0.0 demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-08-28 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-demo - [x] 基本路由 - [ ] 路由守卫 - [ ] 全局路由守卫 - [ ] 页面路由守卫 - [ ] 组件路由守卫 - [x] 子路由嵌套 - [ ] 滚动 - [ ] 传参 - [ ] 两种参数 - [x] keep-alive - [x] 助手函数 - [x] 依赖注入 - [x] setUp - [ ] ref - [ ] useXxx - [ ] 其他 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).