# gshop **Repository Path**: bb_boy/gshop ## Basic Information - **Project Name**: gshop - **Description**: 硅谷外卖学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-20 - **Last Updated**: 2021-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gshop ## Project setup ``` yarn install ## 解决node-sass安装和编译的问题(用dart-sass代替) npm install node-sass@npm:dart-sass npm install sass-loader@10.1.1 ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).