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

fmap-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmap-ui

A components of zmap base on vue2.X

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

zmap-ui

基于Vue2.x的gis前端框架库

项目目录

.
├── dist                         # 压缩后文件目录
├── site                         # 项目结构目录
│   ├── App.vue                  # 单页应用父组件          
│   └── main.js                  # 单页应用启动入口文件
├── src                           # 开发目录
│   ├── assets                    # 静态文件:scss/image
│   ├── components                # 存放共用组件库
│   ├── index.js                  # 全局注册组件插件
│   └── style.js                  # 导入scss
├── index.html
├── package.json                  # 包管理
├── webpack.dev.js                #项目启动配置文件:npm run dev
├── webpack.config.js             #项目打包配置文件:npm run build
└── README.md                     #README

Using

Install dependencies

  npm install

本地运行

Serve with hot reload at localhost:8080

  npm run dev

发布新版本

Build for production with minification

  npm run build

Keywords

vue2.x

FAQs

Package last updated on 22 Oct 2020

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