# 移动端VUE3项目 **Repository Path**: huanglgln/vue-project ## Basic Information - **Project Name**: 移动端VUE3项目 - **Description**: 一个简单的移动端VUE3项目,使用了vantUI、mockjs、typescript等 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2019-06-19 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, Vant, Mock, vite, TypeScript ## README # vue-project 基于vue3的一个demo,使用了vantUI,mock,基于TypeScript开发 ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction) ```sh npm run test:unit # or `npm run test:unit:ci` for headless testing ``` ### Run End-to-End Tests with [Cypress](https://www.cypress.io/) ```sh npm run test:e2e # or `npm run test:e2e:ci` for headless testing ``` ### 源码地址 https://gitee.com/huanglgln/vue-project