This website requires JavaScript.
Explore
Help
Sign In
geolba
/
tethys
Watch
6
Star
0
Fork
0
You've already forked tethys
Code
Issues
2
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
master
tethys
/
resources
/
js
/
search
/
main.ts
7 lines
102 B
TypeScript
Raw
Permalink
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 16:02:48 +00:00
import
Vue
from
'vue'
;
import
App
from
'./App.vue'
;
new
Vue
(
{
- new landing page first draft
2020-03-06 14:39:05 +00: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 16:02:48 +00:00
render
:
h
=
>
h
(
App
)
}
)
;
Reference in New Issue
Copy Permalink