Socket
Socket
Sign inDemoInstall

@gaoding/collage-editor

Package Overview
Dependencies
125
Maintainers
21
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gaoding/collage-editor

An editor to help user to create collage photos easily


Version published
Weekly downloads
5
increased by150%
Maintainers
21
Install size
30.2 MB
Created
Weekly downloads
 

Readme

Source

拼图编辑器

构建


# dev server, 运行在8080端口
npm run serve

测试

  • 本子项目使用jest来进行测试
  • 测试文件pattern*.test.js
  • 测试文件应该在被测试文件的 同一目录 下,不采用一个测试根目录的形式
  • debug测试用例
    • vscode用户可以使用插件jest插件
    • 不实用vscode的推荐使用ndb

发布

  • 发布前先修改package.json的版本号。版本号遵循sematic version 2
    • alpha: 1.1.0.alpha, 1.1.0.alpha.1
    • beta: 1.1.0.beta, 1.1.0.beta
    • normal: 1.1.0, 1.2.1

1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0

  • 发布
npm run build
npm publish

Keywords

FAQs

Last updated on 15 May 2019

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