Vue Shop中文说明
A shopping cart project with MongoDB + Express + Vue.js + Node.js + Vuex + Vue Router. If you like the project, please star me, thanks!
Clone the backend code and run it
Open the .env file,edit the corresponding values.
REACT_APP_BASE_API = 'http://localhost:3000/v1'
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
For a detailed explanation on how things work, check out the guide and docs for vue-loader.