1.0.7 • Published 8 years ago

awm-template-core v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

AWM_TEMPLATE_CORE

Summary

用于制作模版的底层依赖

Start

npm i -S awm-template-core 

Usage

import AWM from 'awm-template-core';
//对应的模板
import Activity from 'activity';

const awm=AWM({
    activity:Activity
});

awm.start();

Options

OptionDefaultDescription
historycreateHashHistory路由
activity{}活动配置
config{development: 'http://10.20.8.252:5001',test: '',production: 'http://10.100.2.230:7301'}环境参数配置
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago