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==")
 
Line 1: Line 1:
'''Import'''
'''Import'''
  import helloworld from '@/components/helloworld.vue'
  import helloworld from '@/components/helloworld.vue'
''' Add Plugins '''
vue add vuetify
Add sall 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]]==

Revision as of 14:56, 18 September 2018

Import

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

Add Plugins

vue add vuetify

Add sall loader

npm install --save sass-loader node-sass

Back To Top- Home - Category