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

@kaciras-blog/devtool

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaciras-blog/devtool

Development tools for Kaciras Blog

  • 2.6.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@kaciras-blog/devtool

Kaciras Blog 的开发套件,包含了构建配置,支持服务端渲染和热重载。

用法

pnpm install @kaciras-blog/devtool

然后在 package.json 里加入:

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

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

FAQs

Package last updated on 06 Sep 2024

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