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

quick-start-fe-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-start-fe-generator

project generator of fe

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

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

Package last updated on 17 Jan 2019

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