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
- Host: GitHub
- URL: https://github.com/alice1017/my-vue-template
- Owner: alice1017
- Created: 2020-04-06T05:26:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T01:17:48.000Z (about 5 years ago)
- Last Synced: 2025-02-15T08:25:55.222Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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