Dvan
Yet another config free JavaScript bundler.
src
App.vue
index.js
package.json
<template>
<h1>
{{ hello }}
</h1>
</tempalte>
<script>
export default {
data() {
return {
hello: 'Hi there! 😋'
}
}
}
</script>
Run dvan --dev --open
in your project and you'll be automatically redirected to http://localhost:4000
.