An open API service indexing awesome lists of open source software.

https://github.com/alice1017/my-vue-template

A vue-cli custom template for me
https://github.com/alice1017/my-vue-template

Last synced: about 1 month ago
JSON representation

A vue-cli custom template for me

Awesome Lists containing this project

README

        

# my-vue-template

## Specify

```text
.
├── README.md
├── index.html
├── jest.config.js
├── jsconfig.json
├── package.json
├── src
│ ├── App.vue
│ ├── components
│ │ ├── HelloWorld.test.js
│ │ └── HelloWorld.vue
│ ├── main.js
│ ├── modules
│ │ └── util.js
│ └── store
│ ├── index.js
│ └── types.js
└── webpack.config.js
```

## Feature

- [Vue](https://github.com/vuejs/vue)
- [Vuex](https://github.com/vuejs/vuex)
- [Buefy](https://github.com/buefy/buefy)

## Support

- webpack
- babel-loader
- css-loader
- style-loader
- vue-loader
- eslint
- jest
- git