1.0.0-alpha • Published 3 years ago

@jsenv/vue v1.0.0-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

jsenv-vue

Enable vue files in jsenv.

npm package

WARNING: My experience with Vue.js is non existent. Consequently I have no idea how it would integrate with a codebase written in Vue.js. I made this package as a proof of concept to ensure jsenv is capable to run .vue files.

Usage

npm install --save-dev @jsenv/vue

Add a customCompilers export into jsenv.config.js:

import { jsenvCompilerForVue } from "@jsenv/vue"

export const customCompilers = [jsenvCompilerForVue]