mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 02:09:04 +02:00
first commit
This commit is contained in:
commit
0c8af21fab
95 changed files with 5312 additions and 0 deletions
12
client/src/main.ts
Normal file
12
client/src/main.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import './assets/styles/main.scss'
|
||||
|
||||
import Vue from 'vue'
|
||||
import Notifications from 'vue-notification'
|
||||
import App from './App.vue'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
Vue.use(Notifications)
|
||||
|
||||
new Vue({
|
||||
render: h => h(App),
|
||||
}).$mount('#neko')
|
Loading…
Add table
Add a link
Reference in a new issue