@seahan/ewan

构建统筹

Usage no npm install needed!

<script type="module">
  import seahanEwan from 'https://cdn.skypack.dev/@seahan/ewan';
</script>

README

EWAN CLI

构建文件/项目/经验 https://wmgcuan.github.io/ewan/

安装说明

> npm i @seahan/ewan

启动项目

> ewan start <name>

项目

> ewan install [name]

模板文件

> ewan file [type][path]

框架说明

vue.js 为基础

less 作为CSS的预处理语言,动态的设置页面的尺寸,单位--> @p1 - @p750; @p1=1rpx=1upx;

mint-ui 作为UI组件库 有丰富的常用组件,如 下拉刷新 上拉加载等功能

animate.css 作为动画库

vuex 作为全局状态管理

axios 作为数据交互的请求库