Difference between revisions of "Vue3 Syntax"

From rbachwiki
Jump to navigation Jump to search
(Created page with "'''Import''' import helloworld from '@/components/helloworld.vue' ==Back To Top- Home - Category==")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Import'''
'''Import'''
  import helloworld from '@/components/helloworld.vue'
  import helloworld from '@/components/helloworld.vue'
''' Add Plugins '''
vue add vuetify
Add sass loader
npm install --save sass-loader node-sass


==[[#top|Back To Top]]-[[Main_Page| Home]] - [[VueJs|Category]]==
==[[#top|Back To Top]]-[[Main_Page| Home]] - [[VueJs|Category]]==

Latest revision as of 14:57, 18 September 2018

Import

import helloworld from '@/components/helloworld.vue'

Add Plugins

vue add vuetify

Add sass loader

npm install --save sass-loader node-sass

Back To Top- Home - Category