Skip to content

u4bi-store/fast-vuecli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-vuecli-starter

Usage

$ npm install

$ npm start

$ npm run test

Directory & File Structure

fast-vuecli-starter/
├── src/
│   ├── __tests__/
│   │   ├── api.test.js 
│   │   ├── card.test.js 
│   │   └── store.test.js
│   │
│   ├── components/
│   │   └── Card.vue
│   │
│   ├── pages/
│   │   ├── Main.vue
│   │   └── Sub.vue
│   │
│   ├── providers/
│   │   ├── api/
│   │   │   └── index.js
│   │   │
│   │   └── router/
│   │   │   ├── index.js
│   │   │   └── routes.js
│   │   │
│   │   └── store/
│   │       ├── constants/
│   │       │   ├── internal/
│   │       │   │   ├── ActionTypes.js
│   │       │   │   ├── GetterTypes.js
│   │       │   │   └── MutationTypes.js
│   │       │   │
│   │       │   └── index.js
│   │       │
│   │       ├── actions/
│   │       │   ├── app/
│   │       │   │   └── index.js
│   │       │   │
│   │       │   └── index.js
│   │       │
│   │       ├── getters/
│   │       │   ├── app/
│   │       │   │   └── index.js
│   │       │   │
│   │       │   └── index.js
│   │       │
│   │       ├── modules/
│   │       │   ├── app/
│   │       │   │   └── index.js
│   │       │   │
│   │       │   └── index.js
│   │       │
│   │       ├── mutations/
│   │       │   ├── app/
│   │       │   │   └── index.js
│   │       │   │
│   │       │   └── index.js
│   │       │
│   │       └── index.js
│   │
│   ├── App.vue
│   │
│   └── main.js
│
└── package.json

Requirements

License

MIT

Releases

No releases published

Packages

No packages published