1.0.7 • Published 6 years ago

awm-template-core v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago