0.1.7 • Published 9 years ago

am-view v0.1.7

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

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago