|
5 年之前 | |
---|---|---|
public | 5 年之前 | |
src | 5 年之前 | |
.browserslistrc | 5 年之前 | |
.editorconfig | 5 年之前 | |
.eslintrc.js | 5 年之前 | |
.gitignore | 5 年之前 | |
README.md | 5 年之前 | |
package-lock.json | 5 年之前 | |
package.json | 5 年之前 | |
postcss.config.js | 5 年之前 | |
vue.config.js | 5 年之前 |
npm install
npm run serve
npm run build
npm run test
npm run lint
├── index.html
├── main.js
├── assets
│ └── staticData
│ ├── alertTypes.js
│ ├── itemsPerPage.js
│ ├── maritalStatus.js
│
├── components
│ ├── App.vue
│ └── …
└── store
├── index.js # where we assemble modules and export the store
├── actions.js # root actions
├── mutations.js # root mutations
└── modules
├── cart.js # cart module
└── products.js # products module