lfj-front-end-cli
v1.0.1
Published
```bash npm i lfj-front-end-cli --save-dev mv node_modules/lfj-front-end-cli/* ./ rm -rf node_modules/lfj-front-end-cli ```
Downloads
1
Readme
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: [email protected]: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