You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ewall 630b816c14 feat:init version 2.0.0 5 years ago
public feat:init version 2.0.0 5 years ago
src feat:init version 2.0.0 5 years ago
.browserslistrc feat:init version 2.0.0 5 years ago
.editorconfig feat:init version 2.0.0 5 years ago
.env.development feat:init version 2.0.0 5 years ago
.env.production feat:init version 2.0.0 5 years ago
.eslintignore feat:init version 2.0.0 5 years ago
.eslintrc.js feat:init version 2.0.0 5 years ago
.gitignore feat:init version 2.0.0 5 years ago
LICENSE feat:init version 2.0.0 5 years ago
README.md feat:reset project 5 years ago
babel.config.js feat:init version 2.0.0 5 years ago
package.json feat:init version 2.0.0 5 years ago
postcss.config.js feat:init version 2.0.0 5 years ago
vue.config.js feat:init version 2.0.0 5 years ago

README.md

panda-vue-template

vue vue-cli vant npm license

介绍

此为create-panda-app脚手架的内容模板之一。
该模板内容基于最新官方脚手架vue-cli3.x构建,在此基础上进行一些能力的补充,以便能更好的对新立的项目进行开发和升级。

使用

  • 推荐使用create-panda-app来使用本模板构建项目;
  • 或直接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