Compare commits
2 Commits
3ce7e95068
...
e619db9643
Author | SHA1 | Date | |
---|---|---|---|
e619db9643 | |||
24e1004d87 |
@ -25,7 +25,6 @@
|
|||||||
"eslint-plugin-vue": "^9.17.0",
|
"eslint-plugin-vue": "^9.17.0",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"unplugin-fonts": "^1.1.1",
|
"unplugin-fonts": "^1.1.1",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
|
||||||
"vite": "^5.0.11",
|
"vite": "^5.0.11",
|
||||||
"vite-plugin-vuetify": "^2.0.1"
|
"vite-plugin-vuetify": "^2.0.1"
|
||||||
}
|
}
|
||||||
|
@ -13,3 +13,11 @@
|
|||||||
<v-footer :elevation=12 border><v-row justify="center">ASCO - Fablab</v-row></v-footer>
|
<v-footer :elevation=12 border><v-row justify="center">ASCO - Fablab</v-row></v-footer>
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
|
||||||
|
import BrainBlastBar from '@/components/BrainBlastBar.vue'
|
||||||
|
import GameStatus from '@/components/GameStatus.vue'
|
||||||
|
import HelloWorld from '@/components/HelloWorld.vue'
|
||||||
|
|
||||||
|
</script>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
// Plugins
|
// Plugins
|
||||||
import Components from 'unplugin-vue-components/vite'
|
|
||||||
import vue from '@vitejs/plugin-vue'
|
import vue from '@vitejs/plugin-vue'
|
||||||
import Vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
|
import Vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
|
||||||
import ViteFonts from 'unplugin-fonts/vite'
|
import ViteFonts from 'unplugin-fonts/vite'
|
||||||
@ -15,7 +14,6 @@ export default defineConfig({
|
|||||||
template: { transformAssetUrls }
|
template: { transformAssetUrls }
|
||||||
}),
|
}),
|
||||||
Vuetify(),
|
Vuetify(),
|
||||||
Components(),
|
|
||||||
ViteFonts({
|
ViteFonts({
|
||||||
google: {
|
google: {
|
||||||
families: [{
|
families: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user