Vue3 Syntax

From rbachwiki
Jump to navigation Jump to search

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