🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-vue

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-vue

> lighting-plugin-vue 是处理light1.0工程编译的必需插件。

latest
npmnpm
Version
1.1.9
Version published
Weekly downloads
4
-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

lighting-plugin-vue 是处理light1.0工程编译的必需插件。

安装

注:安装 vue 插件之前,请确保您已经安装 lighting 脚手架工具

light plugin -a vue //安装

light plugin -u vue //更新

light plugin -r vue //卸载

使用

在工程根目录下的 project.json 中的 plugins 字段中注册 vue 插件:

{
    "project":"lightdemo",
    "version":"0.0.1",
    "desc":"lightdemo",
    "type":"light-1.0",
    "plugins":["vue"]
}

文档

了解更多 lighting-plugin-vue 插件的信息,请点击这里

更新记录

2017年04月17日15:43:12

  • 样式文件增加支持stylus
  • 修复:对一些es6语法检查并添加补丁的地方做了修正,一次性解决所有问题
if(!id.startsWith("\.")){
    base = __dirname+"../";
}

2017年04月13日09:33:21

  • 修复缺陷:打包的时候子进程要退出,要不然父进程无法退出

FAQs

Package last updated on 26 Jul 2019

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