UNPKG
@anvaka/streamlines
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Streamlines calculator
github.com/anvaka/streamlines
anvaka/streamlines
@anvaka/streamlines
/
demo
/
src
/
main.js
7 lines
(5 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import
{ createApp }
from
'vue'
;
import
App
from
'./App.vue'
;
createApp
(
App
).
mount
(
'#app'
);