[ 
https://issues.apache.org/jira/browse/NETBEANS-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744251#comment-16744251
 ] 

Christian Lenz edited comment on NETBEANS-504 at 1/16/19 5:02 PM:
------------------------------------------------------------------

Please see this link to know how single file component in vue looks like: 
https://vuejs.org/v2/guide/single-file-components.html

Supported languages inside of vue:

Markup:
* HTML
* Jade/Pug (<template lang="jade">...</template>)

Scripting:
* JavaScript
* TypeScript (<script lang="ts">...</script>)

Styling:
* CSS (<style lang="css">...</style>)
* LESS (<style lang="less">...</style>)
* SCSS (<style lang="scss">...</style>)
* SASS (<style lang="sass">...</style>)
* SASS (<style lang="stylus">...</style>)


was (Author: chrizzly):
Please see this link to know how single file component in vue looks like: 
https://vuejs.org/v2/guide/single-file-components.html

Supported languages inside of vue:

Markup:
* HTML
* Jade/Pug

Scripting:
* JavaScript
* TypeScript (<script lang="ts">...</script>)

Styling:
* CSS (<style lang="css">...</style>)
* LESS (<style lang="less">...</style>)
* SCSS (<style lang="scss">...</style>)
* SASS (<style lang="sass">...</style>)

> Please add VueJS support
> ------------------------
>
>                 Key: NETBEANS-504
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-504
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: javascript - Editor, javascript - Formatting &amp; 
> Indentation
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Priority: Major
>
> NetBeans does not support VueJS. It is needed, that we have *.vue files with 
> a specific icon.
> Inside it should be possible to have HTML, CSS/SCSS JS/TS
> HTML should work out of the box.
> When I use <script></script> then it should be JavaScript. When I use the 
> attribute *lang="ts"*, TypeScript should be possible.
> When I use *<style></style>* CSS should be possible. When I use the attribute 
> *lang="scss"* SCSS should be possible for *lang="sass"" SASS should be 
> possible and for *lang="less"* LESS should be possible.
> Code completion for vue specific attributes and directives should be possible.
> Cheers
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to