Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.
/ dvan Public archive

🛠️Yet another config-free JavaScript bundler

License

Notifications You must be signed in to change notification settings

2nthony/dvan

Repository files navigation

Refactoring!But still feel the same.

Ecosystem

Project Status Description
create-dvan-app Create Dvan app in seconds
@dvan/vue-static WIP Plugin - Generate app to static html files
@dvan/plugin-pwa TODO Plugin - Build a progressive web app with Workbox

Here are something you have to know

This just a Poi forked repository, but with hand wrote and LITTLE DIFFERENT.

Quick Overview

Before we get started, ensure that you have installed Node.js (>=8) and Yarn (or npm) on your machine.

Get Started Immediately

yarn global add create-dvan-app
create-dvan-app my-app

cd my-app
npm run serve

Then open http://localhost:4000 to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

Documentation

📚 https://dvan.js.org

Credits

Dvan won't exist without the inspirations from following projects:

  • Poi
  • Webpack

FAQ

  • Q: Why would you do that?
    A: For training(study?).
  • Q: Which should I choose?
    A: Poi absolutely. More features, better experience and less bugs.

License

MIT © EVILLT