# vuelearning **Repository Path**: FW249746/vuelearning ## Basic Information - **Project Name**: vuelearning - **Description**: Vue代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuelearning ## 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 configurationSee [Configuration Reference](https://cli.vuejs.org/config/). # vite 安装和搭建项目 ```text yarn create @vitejs/app npm init @vitejs/app ```