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

@kaciras-blog/devtool

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaciras-blog/devtool

Develop tools for Kaciras Blog

  • 0.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
87
increased by1350%
Maintainers
1
Weekly downloads
 
Created
Source

项目简介

Kaciras个人博客的开发套件,包含了webpack配置,以及提供对热重载支持。

用法

npm install @kaciras-blog/devtool

然后在 package.json 里加入:

{
  "scripts": {
    "serve": "blog-devtool serve",
    "build": "blog-devtool build",
  }
}
  • serve: 启动具有热重载功能的开发服务器

  • build: 构建项目,可以使用 --profile= 指定配置文件

FAQs

Package last updated on 01 May 2020

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