Refactoring!But still feel the same.
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 |
This just a Poi forked repository, but with hand wrote and LITTLE DIFFERENT.
Before we get started, ensure that you have installed Node.js (>=8) and Yarn (or npm) on your machine.
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.
Dvan won't exist without the inspirations from following projects:
- Poi
- Webpack
- 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.
MIT © EVILLT