Skip to content

用于实际开发的移动端VueJS脚手架,基于vue-cli,封装了更多功能。

Notifications You must be signed in to change notification settings

313224646/vue-cli

Repository files navigation

介绍

一款移动端开发的脚手架,基于VueJS, 进行了二次封装,做了一些能提升开发体验的配置(个人认为)。

移动端适配

采用vw进行适配,具体适配信息请看postcss.config.js,你可以在上面按需修改。

UI组件库

使用Vant-UI组件库,纯属个人喜好,但你可以随时更改。

// 按需引入Demo
import { Button } from 'vant'
components: {
  [Button.name]: Button
}

Router

默认使用vue-router

Vuex

默认不使用,你有需要的话,它们放在src\store

自动生成脚本

npm run create fileName type[page|component]
搭配vue-cli使用,自动创建.vue文件
fileName: 文件名
type:

  1. page: 在views里面创建,并自动注入路由
  2. component: 组件级,在components/page里面创建

plugins

下面是我的常用清单:

待做.....

  1. 自动导入阿里图标的js文件
  2. 描述添加阿里图标的说明

About

用于实际开发的移动端VueJS脚手架,基于vue-cli,封装了更多功能。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published