# StudyFight **Repository Path**: hz741852597/StudyFight ## Basic Information - **Project Name**: StudyFight - **Description**: 求学大作战前后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # academy-html > A Vue.js project ## Build Setup ``` bash # 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 ``` 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). 安装过程中遇到node-sass安装不下去。因为安装node-sass走的是 Github 的Amazon云镜象,这个没有被完全墙掉,只是经常抽风。所以翻墙也不一定有用。。。 解决办法:cnpm install node-sass --save-dev