# springcloud-vue **Repository Path**: 756585379/springcloud-vue ## Basic Information - **Project Name**: springcloud-vue - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-02-09 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud-vue ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### CSS预处理器 ``` # If use Sass npm install -D sass-loader node-sass # If use Less npm install -D less-loader less # If use Stylus npm install -D stylus-loader stylus ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).