https://github.com/ewall1106/panda-vue-template
create-panda-app脚手架生成的内容模板
https://github.com/ewall1106/panda-vue-template
axios create-panda-app panda-utils panda-vue-template vant vue vue-cli webpack
Last synced: 5 months ago
JSON representation
create-panda-app脚手架生成的内容模板
- Host: GitHub
- URL: https://github.com/ewall1106/panda-vue-template
- Owner: Ewall1106
- License: mit
- Created: 2020-03-02T14:35:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T13:33:24.000Z (over 6 years ago)
- Last Synced: 2025-06-04T22:28:22.450Z (about 1 year ago)
- Topics: axios, create-panda-app, panda-utils, panda-vue-template, vant, vue, vue-cli, webpack
- Language: JavaScript
- Homepage:
- Size: 481 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
panda-vue-template
## 介绍
- 此为[create-panda-app](https://github.com/Ewall1106/create-panda-app)脚手架的内容模板之一。
- 该模板内容基于最新官方脚手架`vue-cli3.x`构建,在此基础上进行一些能力的补充,以便能更好的对新立的项目进行开发和升级。
- [手把手教你搭建vue小商城](https://github.com/Ewall1106/mall)基于这个模板进行开发。
## 使用
- 推荐使用[create-panda-app](https://github.com/Ewall1106/create-panda-app)脚手架:
```
$ npm install create-panda-app -g
$ panda init panda-vue-template my-project
```
- 或直接`clone`使用这个模板:
```
$ git clone git@github.com:Ewall1106/panda-vue-template.git
$ npm/yarn install
$ npm run serve
```
## 相关说明
- [一次讲清移动端适配解决方案—rem 和 vw]()
- [浏览器默认样式、1px 边框问题、css 预编译]()
- [vue-cli3.0 与 vant 的引入]()
- [axios 的封装与数据 mock]()
- [vuex 的基本使用]()
- [路由守卫、权限验证]()
- [函数工具库 panda-utils、filters 过滤器]()
## License
[MIT](https://github.com/Ewall1106/panda-vue-template/blob/master/LICENSE)