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

al-mobile

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

al-mobile

A Vue.js 2.0 Mobile UI Toolkit

latest
Source
npmnpm
Version
0.0.43-beta.2
Version published
Maintainers
1
Created
Source

al-mobile

A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios


English | 中文

Install & Usage

Manually

npm install al-mobile --save

Import

import { Button } from 'al-mobile'
  • Manually import
import Button from 'al-mobile/lib/button'
  • Totally import
import Vue from 'vue'
import alMobile from 'al-mobile'
import 'al-mobile/lib/al-mobile.css'

Vue.use(alMobile)

Development

git clone https://github.com/Aliangxu/al-mobile.git
cd al-mobile
npm install
npm run dev

Open your browser and visit http://127.0.0.1:4000.

License

Al Mobile is licensed under the Apache License 2.0. Mand mobile License See the LICENSE file. some components for Mand mobile

FAQs

Package last updated on 18 Jul 2023

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