# vue2demo **Repository Path**: olivegt/vue2--front-end-project ## Basic Information - **Project Name**: vue2demo - **Description**: 所有项目代码 包括路由懒加载 打包说明:vue.config.js中配置, publicPath: './', 1、打包相对路径配置 任何路径都可以运行 2、可以在路由导入设置,实现懒加载 按需加载 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2024-02-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuedemo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).