This website requires JavaScript.
Explore
Help
Sign in
geolba
/
tethys
Watch
6
Star
0
Fork
You've already forked tethys
0
Code
Issues
2
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
e9b8240f11
tethys
/
resources
/
js
/
search
/
main.ts
7 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
- remove glyphicons- fonts - add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
2019-09-27 18:02:48 +02:00
import
Vue
from
'vue'
;
import
App
from
'./App.vue'
;
new
Vue
(
{
- new landing page first draft
2020-03-06 15:39:05 +01:00
el
:
'#app'
,
- remove glyphicons- fonts - add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
2019-09-27 18:02:48 +02:00
render
:
h
=
>
h
(
App
)
}
)
;
Reference in a new issue
Copy permalink