GithubHelp home page GithubHelp logo

rogeecn / easy-frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from b2d1/easy-frontend

0.0 0.0 0.0 221 KB

A Quick, Simple and Easy-to-Use Front-end Development Efficiency Improvement Tool

JavaScript 87.36% CSS 2.94% HTML 9.70%

easy-frontend's Introduction

easy-frontend

🔥🔥 一个快速,简单,易用的前端开发效率提升工具 🔨🔨

它具有以下特点:

  • 🈵功能俱全(资源处理,模块分离,缓存机制,代码压缩、优化、规范检查...)
  • 🖊️即改即用(根据业务需求,修改相关配置,即可重新打包)
  • ✈️快速便捷(检测代码更改应用自动刷新,命令实现全自动构建)

总之,💻尽情创造你的应用,它会帮你做好剩下的一切工作


克隆项目到本地,并进入该文件夹

git clone https://github.com/B2D1/easy-frontend.git
cd easy-frontend
npm install

开发环境下,执行

npm run dev 

生产环境下,执行

npm run build

如想忽略ESLint的检查,只需在要忽略的文件头部添加/* eslint-disable */
如想忽略stylelint的检查,只需在要忽略的CSS文件头部添加/* stylelint-disable */

相关文章分析

如何利用webpack来提升前端开发效率(一)?
如何利用webpack来提升前端开发效率(二)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.