unclay / dme-cli

Home Page:http://source.unclay.com/dme/1.1.0/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI branch npm package

仿造spmjs搭建的一个组件开发引擎,基于webpack+vue+less+es6来构建的

支持自己定制模版,初始化自己的模版,以上只是内置的模版

demo

Installation

$ npm install -g dme-cli

Usage

$ dme init <project-name>

Quick start

# init a project with dme-template
dme init my-project
cd my-project

# or cnpm install
npm install
npm run dev

Use more template

# origin template
dme init my-project BozhongFE/xxx-template

# local template(dev new template)
dme init my-project /code/xxx-template

Template

下载安装的模板地址: dme-template

History

版本号 变更内容
0.0.4 新增模版参数,支持远程git模版、本地模版(便于开发新模版),
Buffer()弃用换新方法,更新依赖库,单元测试待定

About

http://source.unclay.com/dme/1.1.0/index.html


Languages

Language:JavaScript 99.4%Language:Vue 0.6%