Giter VIP home page Giter VIP logo

cooking's Introduction

cooking Build Status Coverage Status npm npm

更易上手的前端构建工具

文档

http://cookingjs.github.io

介绍

在项目开发中每次创建一个新项目都要去安装一堆的如 babel、webpack、eslint 等依赖,其实多数情况下每个项目的依赖和版本都是相同的;如果用 webpack 做构建工具的话,配置又较为繁琐。所以 cooking 将为你做这些事

  • 全局安装依赖,无需每个项目重复安装
  • 提供 webpack 的预配置(内置 ES6、dev server、hotload 特性),同时提供一套简洁的配置参数和函数
  • 扩展配置和依赖模块化,只在需要的时候才安装且引入到配置中
  • 完全兼容已有 webpack 的配置文件,除了未提供的依赖需要自己安装,其它情况下使用一致
  • 内置脚手架工具

安装

只能使用 NPM 3 及其以上版本安装

npm i cooking -g

快速开始

Step 1. 创建一个 vue 项目 (将自动下载 vue 项目脚手架,只需下载一次)

> cooking create my-project vue
> cd my-project

Step 2. 开始开发

> cooking watch

License

MIT

cooking's People

Contributors

furybean avatar qingwei-li avatar

Watchers

 avatar

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.