hero

Dvan

Yet another config free JavaScript bundler.

Now Go →

src
App.vue
index.js
package.json
<template>
  <h1>
    {{ hello }}
  </h1>
</tempalte>
<script>
export default {
  data() {
    return {
      hello: 'Hi there! 😋'
    }
  }
}
</script>
localhost:4000

Run dvan --dev --open in your project and you'll be automatically redirected to http://localhost:4000.