Socket
Socket
Sign inDemoInstall

@kaciras-blog/devtool

Package Overview
Dependencies
542
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kaciras-blog/devtool

Development tools for Kaciras Blog


Version published
Weekly downloads
19
increased by850%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 09 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc