文件名称:static-webapp-typescript-template:使用TypeScript构建静态Web应用程序的最小模板
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-23 10:15:46
template typescript static-site webapp JavaScript
ts-static-webapp-template 使用TypeScript构建静态Web应用程序的最小模板。 在查看! 如何使用 # Install all dependencies npm install # Run in development env npm run start # Build a production package npm run build # Deploy the web app to your github (you may wanna change this) npm run deploy
【文件预览】:
static-webapp-typescript-template-main
----.gitignore(2KB)
----webpack.dev.js(228B)
----package.json(751B)
----src()
--------index.ts(359B)
--------global.d.ts(71B)
--------icon.png(5KB)
--------styles.css(34B)
----LICENSE(1KB)
----public()
--------index.html(170B)
----tsconfig.json(210B)
----webpack.prod.js(400B)
----README.md(410B)
----deploy.js(185B)
----webpack.common.js(994B)