use-vue
Declare
use vue
in Atom asuse babel
.
Getting started
$ npm install --save use-vue
Usage
;; console;
CSP
CSP
is Content Security Policy
. In Atom
, it would occur.
app; // CSP Error
You can import Vue
from use-vue
.
;;app;
Or, use loophole to avoid this problem.
;; // select the Vue version you want.;; ;
Language
As Atom
default, support this following language,
<script lang="ts"> // code</script> <script lang="babel"> // code</script> <script lang="coffee"> // code</script> <style lang="less"> // code</style>
If you want to use any language else, you can register yourself. @see
License
MIT