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.13.0
  • npm
  • Socket score

Version published
Maintainers
1
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 30 Mar 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