Socket
Socket
Sign inDemoInstall

cesc-arcgis-plugin

Package Overview
Dependencies
10
Maintainers
3
Versions
215
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cesc-arcgis-plugin

plugin


Version published
Weekly downloads
12
increased by71.43%
Maintainers
3
Install size
20.6 MB
Created
Weekly downloads
 

Readme

Source

eui-plugin

开发一个属于我的插件

准备

https://www.npmjs.com/ 中注册一个账号,成功后执行

npm login

输入用户名和密码

开发,打包,发布

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# release the production and publish to NPM
npm run release

引入

发布包名为 cesc-arcgis-plugin 注意:发布的包为公有包,可供其他人下载使用,但是只允许作者修改。 而且包名必须未在npm上存在。 后续使用者请更改为新的包名

//命令行中npm cache clean --force
npm install test-sam-first-plugin;
//代码中
import myPlugin from 'test-sam-first-plugin'
Vue.use(myPlugin);

Keywords

FAQs

Last updated on 20 May 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc