Vue3 Syntax

From rbachwiki
Revision as of 14:57, 18 September 2018 by Bacchas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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