# vue-client **Repository Path**: hqanian/vue-client ## Basic Information - **Project Name**: vue-client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2018-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ibodao-client > A Vue.js project ## Build Setup ``` bash #vue-cli npm install -g vue-cli # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # ## build for production with minification #npm run build # ## build for production and view the bundle analyzer report #npm run build --report # ## run unit tests #npm run unit # ## run e2e tests #npm run e2e # ## run all tests #npm test #推荐使用 npm 的方式安装 npm i element-ui -S #推荐使用 sass 的方式安装 npm install node-sass --save-dev npm install sass-loader --save-dev npm install sass-resources-loader --save-dev # webpack.base.config.js在loaders里面加上 # { # test: /\.scss$/, # loaders: ["style", "css", "sass"] # }, # sass全局配置 # 修改build/utils.js # scss: generateLoaders('sass').concat( # { # loader: 'sass-resources-loader', # options: { # resources: path.resolve(__dirname, '../src/assets/your.scss') # } # } # ) ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).