UNPKG
vue-cli-plugin-vuestorm
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
WinterCMS plugin for vue-cli
github.com/phpiando/vuestorm-cli
phpiando/vuestorm-cli
vue-cli-plugin-vuestorm
/
generator
/
template
/
pages
/
index.htm
13 lines
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
title = "<%= options.name %>" url = "/:all?*" == function onStart() { App::abort(500, 'Vuestorm entry point is not built, execute "npm run build" or "yarn build" and try again.'); } ==
<!DOCTYPE
html
>
<
html
>
<
head
>
</
head
>
<
body
>
</
body
>
</
html
>