\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
coffeescritpでは、より単体っぽくできそう。。。。
http://coffeescript.org/#classes
https://www.tutorialspoint.com/coffeescript/coffeescript_strings.htm
-------------------------------------------------------------
http://libro.tuyano.com/index3?id=9956003 にnode.jsをもちいた例がのっていたが
マイクロソフト純正のTSCでもOK ただし 定義ファイルなどがややこしそう。。。。
tscGym ---- index.html
| style.css
|____________app --- main.js
main.ts
まずmain.tsをかき、tsc main.tsでmain.jsを作成 あとはインデックスを開くだけ
index.html
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Hello</
title
>
<
link
rel
=
"stylesheet"
href
=
"style.css"
></
link
>
</
head
>
<
body
>
<
script
src
=
"./app/main.js"
></
script
>
</
body
>
</
html
>
style.css
body { color:#999; padding:5px 10px; } p { font-size:18pt; }
0 件のコメント:
コメントを投稿