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

dndc-medusa-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dndc-medusa-loader

medusa框架文件内容解析loader

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

medusa-loader

medusa-loader 提供了以类 Vue 文件形式编写微信小程序代码的能力,在赋予单文件编写能力的同时还提供了各类模板语言与样式预编译语言的功能。

Installation

$ npm install medusa-loader --save

Usage

module.exports = {
  ...
  module: {
    rules: [
      {
        test: /\.mc$/
        loader: 'medusa-loader',
        options: {
          path: path.resolve(process.cwd(), './'),
        },
      },
    ],
  },
}

关于语法

模板

模板解析利用了 consolidate 这一模板引擎对 template 中的内容进行处理,所以能够支持以下的语言:

atpl
bracket
doT.js (website)
dust (unmaintained) (website)
dustjs-linkedin (maintained fork of dust) (website)
eco
ect (website)
ejs (website)
haml
haml-coffee
hamlet
handlebars (website)
hogan (website)
htmling
jade (website)
jazz
jqtpl
JUST
liquor
lodash (website)
marko (website)
mote (website)
mustache
nunjucks (website)
plates
pug (formerly jade) (website)
QEJS
ractive
react
slm
swig (unmaintained)
swig (maintained fork)
teacup
templayed
twig
liquid (website)
toffee
underscore (website)
vash
walrus (website)
whiskers

样式

样式支持less、sass、scss、stylus预编译语言,当你想使用 sass 时,只需添加 lang="sass" 属性。请注意为了使用预编译的能力请安装相应的 npm 包工具(使用sass、scss时请安装node-sass工具)。

License

MIT

Keywords

FAQs

Package last updated on 10 Jul 2021

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