UNPKG
brush_cli
Version:
latest (0.0.2)
0.0.2
0.0.1
A tool for creating and developing cmos PC Framework project.
brush_cli
/
node_modules
/
browserify
/
example
/
source_maps
/
index.html
12 lines
(11 loc)
•
208 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
utf-8
/>
<
title
>
</
title
>
<
script
type
=
"text/javascript"
src
=
"./js/build/bundle.js"
>
</
script
>
</
head
>
<
body
>
<
p
>
Open your dev tools ;)
</
p
>
</
body
>
</
html
>