1
0
Fork 0
forked from TWS/kalkutago

Install bulma

This commit is contained in:
D. Scott Boggs 2023-06-11 09:07:28 -04:00
parent 412c86df33
commit 99bae90def
6 changed files with 123 additions and 3 deletions

View file

@ -2,6 +2,7 @@
</script>
<template>
<button class="button is-info">Test, hello!</button>
</template>
<style scoped>

View file

@ -1,5 +1,6 @@
import { createApp } from 'vue'
import './style.css'
import './style.scss'
import App from './App.vue'
import 'bulma/css/bulma.css'
createApp(App).mount('#app')

0
client/src/style.scss Normal file
View file