Integrating Vue.js in Play Framework with sbt-vuefy
sbt-vuefy integrates Vue single-file components into Playframework. While running Playframework with sbt run
, it hot-reloads changes to Vue components. It also works with sbt stage
, which triggers production builds. Both Typescript and Javascript components are supported, and you can mix them. Check the example in the test-play-project
folder. Currently, the plugin is actively used with over 200 Vue components in Javascript and Typescript. Requirements: You need to specify the webpack binary location and the configuration location, allowing you to use your custom webpack.
sbt-vuefy-master.zip
预估大小:41个文件
sbt-vuefy-master
文件夹
.circleci
文件夹
config.yml
798B
.gitignore
152B
README.md
6KB
build.sbt
930B
LICENSE
1KB
package.json
30B
src
文件夹
test
文件夹
31.19KB
文件大小:
评论区