Socket
Socket
Sign inDemoInstall

quick-start-fe-generator

Package Overview
Dependencies
8
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    quick-start-fe-generator

project generator of fe


Version published
Weekly downloads
0
Maintainers
1
Install size
7.54 MB
Created
Weekly downloads
 

Readme

Source

Installation

# switch the registry of npm to http://registry.npm.pt.mi.com
$ npm install -g @mi/telecom-fe-generator

Quick Start

Create the project:

# project name is hello-world
$ telecom-fe-generator hello-world

Install dependencies:

$ cd hello-world
# the registry of mi is unnecessary
$ npm install

Dev

$ npm run dev

Build

$ npm run build

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help                   output usage information
    --version                output the version number
-c, --css <engine>           add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
    --no-git                 add .gitignore
    --no-lint                add .eslintrc
-f, --force                  force on non-empty directory
-F, --framework <framework>  add framework to project support (react) (defaults to pure js)

Keywords

FAQs

Last updated on 17 Jan 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