Difference between revisions of "Vue3 Syntax"

From rbachwiki
Jump to navigation Jump to search
 
Line 4: Line 4:
  vue add vuetify
  vue add vuetify


Add sall loader
Add sass loader
  npm install --save sass-loader node-sass
  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