unclay / dme-template

dme template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dme-template

Generate module(umd, seajs) by dme-cli

Usage

This is a project template for dem-cli.

# install dependencies
npm install

# serve with hot reload at localhost:4000
npm run dev

# unit testing (test/*.spec.js) (karma + mocha + chai)
npm run test
npm run mocha

# you can custom host and port
npm run dev -- --host 0.0.0.0 --port 4000

# build for production with minification
npm run build

About

dme template


Languages

Language:JavaScript 84.6%Language:Vue 11.5%Language:HTML 2.2%Language:CSS 1.6%