New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

am-view

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

am-view

Mobile UI based on Vue.js

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

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

  • Vue
  • Webpack
  • Ant Design
  • mint-ui

Keywords

mobile

FAQs

Package last updated on 02 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts