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

lemon-module-backtop

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

lemon-module-backtop

该项目会独立打包为 2 个组件,入口在 `packages` 目录下。

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

lemon-module

该项目会独立打包为 2 个组件,入口在 packages 目录下。

  • Plugin 目录下打包出来的 Vue 组件将会在 lemon 的编辑器中渲染,同时也会在生产环境中渲染。

  • Setting 目录下打包出来的 Vue 组件将会在 lemon 的属性栏中渲染,用来配置插件。

开发路由

  • / 开发模块
  • /setting 开发配置模块

注意

在生产环境中,已经包含全局变量 Vue Vuex VueRouter 等具体全局变量,具体查看lemon-lib,所以 Plugin 组件中不需要额外引入。

在 Setting 组件中除了引入和 Plugin 组件同样的全局变量外,还会引入 quasar 组件库,请尽量采用该组件库,从而保持样式统一。

在开发 Setting 组件是可以用我们提供的全局组库样式,也可以自己写,(注意需要用 IPM 类来让 px 不转为 rem)

详细开发手册请查看开发文档

安装依赖

npm i

开发

npm run serve

打包

npm run build

FAQs

Package last updated on 04 Sep 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