Socket
Socket
Sign inDemoInstall

generator-xmc

Package Overview
Dependencies
694
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-xmc

Yeoman generator for Xmc


Version published
Weekly downloads
2
Maintainers
3
Install size
17.5 MB
Created
Weekly downloads
 

Readme

Source

generator-xmc

Yeoman generator

npm version npm download Build Status Coverage Status

NPM

Install

$ npm install -g yo

Yeoman Generators

$ npm install -g generator-xmc

最后, 创建 Xmc 项目:

$ mkdir myproject
$ cd myproject
$ yo xmc

Usage

创建Page

$ yo xmc:page

Directory tree

└─build        // 发布文件目录
└─demo         // Demo
└─src          // 开发文件
    ├─common   // 公共
    ├─home     // Page
    │  ├─images
    │  ├─mods
    │  ├─style
    │  ├─index.js
    │  └─index.less

License

MIT

Keywords

FAQs

Last updated on 12 Mar 2019

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