# store **Repository Path**: yingmanji/store ## Basic Information - **Project Name**: store - **Description**: vue demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # store_project > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # install vue-resource npm install vue-resource #install json-server localhost:8889(localhost:8888/api) 这个部署到linux上有点问题,正在解决 npm install json-server # serve with hot reload at localhost:8888 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` # 部署的网址 http://116.196.87.50:8888 For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).