🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

subway-map

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subway-map

封装vue3地铁地图组件库

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

subway-map

一个Vue3地铁地图组件库

安装

npm install subway-map

使用

import SubwayMap from 'subway-map'
import 'subway-map/style.css'

const app = createApp(App) 
app.use(SubwayMap)
app.mount('#app')

发包相关命令

查看包名是否存在

npm view module-name

是否登录

npm whoami

登录npm

npm login

发包

查看最终会发哪些文件 npm publish --dry-run

npm publish

Keywords

vue3

FAQs

Package last updated on 02 Jul 2026

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