al-mobile-next
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta.0 • Public • Published

al-mobile

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


English | 中文

Links

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

/al-mobile-next/

    Package Sidebar

    Install

    npm i al-mobile-next

    Weekly Downloads

    0

    Version

    3.0.0-beta.0

    License

    Apache

    Unpacked Size

    8.59 MB

    Total Files

    1625

    Last publish

    Collaborators

    • aliang886