Git Product home page Git Product logo

poi's Introduction

Poi

NPM version NPM downloads Build Status donate chat

Poi is supported by these awesome backers and sponsors.

Introduction

Poi is a zero-config bundler built on the top of webpack. By using the buzz word zero-config, it does not mean that there's no config. Instead, we pre-configured many things for you. To prevent Poi from becoming too bloated to use, we also introduced some kind of plugin system to make extra features opt-in.

To get a quick taste of Poi, you can install it globally via npm or yarn:

$ npm i -g poi
# But it's recommended to install it locally for real-world projects.
# i.e. cd your-project && npm i poi -D

The poi command is somehow similar to node, by running poi in a directory, it will use index.js or the file specified at main field in package.json as entry file of your application.

# Use `index.js` or `pkg.main`
$ poi

Then your application will be running at http://localhost:4000

preview

In most cases, you don't need to configure anything to make your app work with Poi, since Poi has great built-in support for:

  • Babel, transform widely used ES next features to ES5, including JSX
  • PostCSS, and a bunch of popular CSS pre-processors like Sass
  • Vue, no config is required for your Vue applications
  • etc..

You can dive into the documentation for detailed usage.

Contributing

This project exists thanks to all the people who contribute.

Please make sure to read the Contributing Guide before making a pull request.

Author

Poi © EGOIST, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).

egoist.moe · GitHub @egoist · Twitter @_egoistlily

poi's People

Contributors

egoist avatar renovate[bot] avatar mblarsen avatar drsensor avatar qingwei-li avatar miljan-aleksic avatar skyrpex avatar hitautodestruct avatar davidmoshal avatar anlandu avatar aharonp avatar zephraph avatar ubershmekel avatar sinchang avatar gluons avatar tatyshev avatar ahujamoh avatar mplewis avatar lucienlee avatar skiano avatar liril-net avatar cbioley avatar async0x42 avatar arve0 avatar aleksueir avatar alejandronanez avatar viankakrisna avatar

Watchers

James Cloos 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.