# ticketsys **Repository Path**: wei-caixing/ticketsys ## Basic Information - **Project Name**: ticketsys - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-28 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ticketsystem # 切换环境 ``` 切换环境(需要用到 nvm 插件,请自行百度下载) nvm install 18.17.1 nvm use 18.17.1 ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).