Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lemon-lib

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemon-lib

common lib for lemon

  • 0.0.7
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-44.44%
Maintainers
1
Weekly downloads
 
Created
Source

lemon-lib

common lib for lemon

说明

采用无版本概念,引入采用script的形式,总是加载最新的文件。

基础库

<!-- 开发阶段引入 无压缩 -->
<script src="//shadow.elemecdn.com/npm/lemon-lib@latest/dist/lemonLib.js" defer></script>

<!-- 产品阶段引入 已压缩 -->
<script src="//shadow.elemecdn.com/npm/lemon-lib@latest/dist/lemonLib.min.js" defer></script>

带 UI 组件的基础库

<!-- 开发阶段引入 无压缩 -->
<script src="//shadow.elemecdn.com/npm/lemon-lib@latest/dist/lemonLibQuasar.js" defer></script>

<!-- 产品阶段引入 已压缩 -->
<script src="//shadow.elemecdn.com/npm/lemon-lib@latest/dist/lemonLibQuasar.min.js" defer></script>

相关库

  • vue 主框架
  • vuex 状态管理库
  • vue-router 路由管理库
  • axios Promise 基础的 HTTP 库
  • vue-img 图片 hash 工具
  • hybridAPI 调用原生方法
  • h5-utils 饿了么 h5 常用工具库
  • sns-sdk 饿了么第三方授权
  • geohash.js geohash 解析工具
  • quasar UI 库

打包后产生 2 个包文件 lemonLibQuasar 只比 lemonLib 多一个 quasar UI 库。

编辑器中请使用 lemonLibQuasar

生成的页面请使用 lemonLib

Keywords

FAQs

Package last updated on 04 Jul 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc