Frameworks
Use Dvan with other frameworks or libraries.
React
TODO
Vue
To become a Vue project, you should have vue and vue-template-compiler installed in your project.
yarn add vue
yarn add vue-template-compiler --dev
It actually uses Webpack's vue-loader under the hood. So all the features of .vue file are supported.
Others
TODO