- 这是一个简易的购物车商品属性筛选的项目
- node
^8.12.0 - npm
^6.4.1, - npm install
- npm start
- components 页面需要用的组件
- views 对应单个组件
- goods.js 是商品属性的子组件
- custom.js 是商品筛选属性的父组件 其他的组件是自我练习
- 启动: npm start
- 打包: npm run build
- 清理打包 npm run clean:all
- 具体查看
packjson.json
- 查看状态 git status
- 提交到本地 git add .
- 在查看一下 git status
- 提交你要提交的代码,并标注具体内容 git commit
- 拉取代码 git pull
- 提交代码 git push