forked from TWS/kalkutago
Install bulma
This commit is contained in:
parent
412c86df33
commit
99bae90def
6 changed files with 123 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<button class="button is-info">Test, hello!</button>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||
|
|
@ -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
0
client/src/style.scss
Normal file
Loading…
Add table
Add a link
Reference in a new issue