0.1.7 • Published 7 years ago

am-view v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

am-view

A vue2 and webpack2 project

Build Setup

# 安装依赖
npm install

# 开发 localhost:8200
npm run dev

# build for production with minification
npm run build

安装

npm install am-view --save

如何使用

import AmView from 'am-view';

Vue.use(AmView); 

引入单个组件

import 'am-view/lib/style.css';

import Button from 'am-view/src/components/Button';
Vue.component('Button', Button);

Thanks to

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago