Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewall1106/vue-h5-template
vue-h5-template provides the basic template required for h5 page development, and including some common solutions and extended functions on the basis of the official templates.
https://github.com/ewall1106/vue-h5-template
axios v-router vue vue2 vuex
Last synced: about 15 hours ago
JSON representation
vue-h5-template provides the basic template required for h5 page development, and including some common solutions and extended functions on the basis of the official templates.
- Host: GitHub
- URL: https://github.com/ewall1106/vue-h5-template
- Owner: Ewall1106
- License: mit
- Created: 2018-05-18T05:51:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T06:44:42.000Z (about 2 years ago)
- Last Synced: 2024-10-30T06:47:27.212Z (14 days ago)
- Topics: axios, v-router, vue, vue2, vuex
- Language: JavaScript
- Homepage: https://bamboo-vue-h5-template.vercel.app
- Size: 4.97 MB
- Stars: 514
- Watchers: 16
- Forks: 219
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## VUE-H5-TEMPLATE
[English](https://github.com/Ewall1106/vue-h5-template/blob/main/README.md) | [简体中文](https://github.com/Ewall1106/vue-h5-template/blob/main/README.zh.md)
`Vue-H5-Template` provides the basic template required for h5 page development, and including some common solutions and extended functions on the basis of the official templates.
You can choose the vue version you want: [vue2](https://github.com/Ewall1106/vue-h5-template) | [vue3](https://github.com/Ewall1106/vue-next-template)
Build components: https://bamboo-material.vercel.app
More infomation: https://bamboo-docs.vercel.app
## USAGE
```bash
# clone
$ git clone [email protected]:Ewall1106/vue-h5-template.git# install & run
$ yarn & yarn dev
```## FEATURES
- `eslint` check and error prompt.
- reset stylesheet to reduce browser inconsistencies.
- generate simulated data by `mock.js`.
- `prettier` uniform program style.
- mobile adaptation.
- `vuex` encapsulation && usage.
- `vue-router` routing configuration and permission control.
- `axios` encapsulation and request.
- and more...## MEMO
1. If you want to use this project as the basic template on `PC`, then you only need to remove the content related to the mobile adaptation, that is, the configuration related to the `postcss-px-to-viewport` plugin.
2. Other relevant template recommend:
- [next-template](https://github.com/Ewall1106/next-template)
- [react-template](https://github.com/Ewall1106/react-template)
- [vue-next-template](https://github.com/Ewall1106/vue-next-template)## LICENSE
- [MIT](https://github.com/Ewall1106/vue-h5-template/blob/main/LICENSE)
- Copyright (c) 2022-present danielxiong