0.1.7 • Published 8 years ago

am-view v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago