Socket
Socket
Sign inDemoInstall

lilith-compiler-vue

Package Overview
Dependencies
35
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lilith-compiler-vue

lilith vue 编译模板


Version published
Maintainers
2
Created

Readme

Source

lilith-compiler-vue

lilith vue 编译模板

.
├── README.md
├── babel.lilith.js
├── build // 编译函数存放目录,每个文件都返回一个编译函数
│   ├── build.dev.js
│   ├── build.prod.js
│   └── build.template.js
├── lib // 工具目录
│   ├── fileWatcher.js
│   ├── getPort.js
│   ├── run.js
│   └── template-hook.js
├── node_modules
├── package.json
├── public
│   ├── icon
│   │   └── favicon.ico
│   └── views
│       └── index.html
├── src // debug 调试webpack 所用文件
│   └── index.jsx
├── template // lilith run template 模式下默认集成的模板
│   ├── index.tsx
│   └── request
│       └── index.ts
├── tsconfig.json
├── webpack
│   ├── index.js
│   ├── webpack.base.config.js
│   ├── webpack.dev.config.js
│   └── webpack.prod.config.js
└── yarn.lock

Keywords

FAQs

Last updated on 04 Jan 2023

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