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

maishu-chitu-scaffold

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-chitu-scaffold

``` npm i maishu-chitu-scaffold ```

  • 1.24.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

安装

npm i maishu-chitu-scaffold

使用

创建项目目录

MVC 项目

.
├── static
|   └── modules
├── nws-config.js
└── package.json
node-mvc <website path>

Static 项目

.
├── modules
├── nws-config.js
└── package.json
node-static <website path>
  1. nws-config.js 文件

    const { getVirtualPaths } = require("../index");
    let fileVirtualPaths = getVirtualPaths("static");
    module.exports = {
        "port": 5262,
        virtualPaths: fileVirtualPaths,
    }
    

FAQs

Package last updated on 25 Sep 2021

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