New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qihoo/seapp-builder

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qihoo/seapp-builder

a compiler for 360 mp

  • 1.0.0-alpha.1
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

seapp builder

360 小程序构建工具,用于构建开发者基于360小程序开发文档编写的源代码,使其能够运行在360小程序平台

TIP

v1.0.0

  • 支持 css 预处理器 Sass/Less
    • 默认支持的预处理器由 全局样式表app.css决定(app.scss -> 选用sass,less同理)
    • 存在 app.css/app.less/app.scss 时, 优先选择权 app.scss > app.less > app.css

ENV

  • node >= 8.9
  • npm | yarn
  • 以下使用 npx 时要求 npm >= 5.2

Install

npm install @qihoo/seapp-builder

Usage

在 360mp 项目下使用

Usage: builder <command> [options]

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  build          build project in production mode
  watch          build project in development mode and watch file  

  Run builder <command> --help for detailed usage of given command.

在 package.json 中配置使用

{
  "scripts": {
    "serve": "builder watch",
    "build": "builder build"
  }
}

通过 npx | yarn 使用

  • 已项目安装
# 可以监听项目文件 实时构建
npx builder watch

# 构建生产环境目标文件
npx builder build
  • 已按照上述步骤在 package.json 中添加了 scripts
# 可以监听项目文件 实时构建
npm run serve

# 构建生产环境目标文件
npm run build

Keywords

FAQs

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

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