543877815 / front-end-cli

一个基于webpack构建的前端微应用快速开发脚手架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

npm

npm i lfj-front-end-cli --save-dev
mv node_modules/lfj-front-end-cli/* ./
rm -rf node_modules/lfj-front-end-cli

git

gits: git@github.com:543877815/front-end-cli.git
https: https://github.com/543877815/front-end-cli.git

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run eslint
npm run lint

# run eslint-fix
npm run lint-fix

配置说明

About

一个基于webpack构建的前端微应用快速开发脚手架


Languages

Language:JavaScript 97.7%Language:HTML 2.3%