Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
mand-mobile
Advanced tools
English | 中文
A mobile UI toolkit, based on Vue.js 2, is designed for financial scenarios.
You can scan the following QR code to access the examples:
New project can be initialized and integrated with mand-mobile by vue-cli with mand-mobile-template.
vue init mand-mobile/mand-mobile-template my-project
npm install mand-mobile --save
import { Button } from 'mand-mobile'
import Button from 'mand-mobile/lib/button'
import Vue from 'vue'
import mandMobile from 'mand-mobile'
import 'mand-mobile/lib/mand-mobile.css'
Vue.use(mandMobile)
<link rel="stylesheet" href="https://unpkg.com/mand-mobile/lib/mand-mobile.css">
<script src="https://unpkg.com/mand-mobile/lib/mand-mobile.umd.js"></script>
Select the components you need to build your webapp. Find more details in Component Preview and Quick Start.
git clone git@github.com:didi/mand-mobile.git
cd mand-mobile
npm install
npm run dev
Open your browser and visit http://127.0.0.1:4000. Find more details in Development Guide.
Welcome to contribute by creating issues or sending pull requests. See Contributing Guide for guidelines.
Mand Mobile is licensed under the Apache License 2.0. See the LICENSE file.
FAQs
A Vue.js 2.0 Mobile UI Toolkit
The npm package mand-mobile receives a total of 1,965 weekly downloads. As such, mand-mobile popularity was classified as popular.
We found that mand-mobile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.