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

tingle-dev-tools

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tingle-dev-tools

tingle component develop tools.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

tingle-dev-tools


这是 tingle 组件开发工具集。独立更新、统一维护。旨在为所有的 tingle 组件开发者提供便捷、一致的开发体验。

Usage

  • 安装、更新本地 tingle 组件项目中的工具集
npm install tingle-dev-tools
  • 修改项目目录中的 gulpfile.js
var gulp = require('gulp');
var devTools = require('tingle-dev-tools');
gulp.tasks = devTools.tasks;
  • 开启调试服务器
gulp server

注:gulp servergulp dgulp develop 均为本地调试服务器的别名,但建议使用 gulp server 因为更好的辨识性。

Keywords

FAQs

Package last updated on 30 Mar 2016

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