# YH_vue2_stable **Repository Path**: YHan20/yh_vue2_stable ## Basic Information - **Project Name**: YH_vue2_stable - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-x-demo ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### json-server 的基本使用 ``` yarn global add json-server 一定要在db文件下执行命令 json-server --watch index.json ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).