Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinshu1995/hex_jsdungeon
JS地下城 - 一堆用JS寫的東西 | 六角學院
https://github.com/kevinshu1995/hex_jsdungeon
javascript personal-site
Last synced: about 1 month ago
JSON representation
JS地下城 - 一堆用JS寫的東西 | 六角學院
- Host: GitHub
- URL: https://github.com/kevinshu1995/hex_jsdungeon
- Owner: kevinshu1995
- Created: 2020-05-22T07:05:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T15:00:39.000Z (almost 2 years ago)
- Last Synced: 2023-04-26T04:59:13.544Z (over 1 year ago)
- Topics: javascript, personal-site
- Language: HTML
- Homepage: https://kevinshu1995.github.io/hex_jsDungeon/
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Hexschool-JS Dungeon JS 地下城_
###### javascript, JSDungeon, HexSchool
## 小改版~
最近改版了一下~ 使用 TailwindCss,真的很好用,會回不去。
歡迎指教,寫得很差請務必告訴我 QQ。## 部落格 Blog
每一個頁面都有寫一篇文章簡單解釋我的思考方向與實作方式,歡迎來看看
## 使用語言或技術
- HTML/PUG (Bark!
- CSS/SCSS/TailwindCss
- Pure JavaScript
- Gulp## Multiplication-Chart 九九乘法表 - 001 - Demo 網頁連結
## Clock 時鐘 - 002 - Demo | 網頁連結
## Calculator 計算機 - 003 - Demo | 網頁連結
## World Clock 世界時鐘 - 004 - Demo | 網頁連結
## AQI 全台空氣指標儀表板 - 005 - Demo | 網頁連結
###### gulp-gh-pages 可能會有的問題
> - 問題
> `[14:43:06] TypeError: Cannot read property '0' of null`
> - 解決
>
> ```
> cd node_modules/gulp-gh-pages/
> npm install --save [email protected] // 安裝指定版本
> cd ../../ // 移動返回到根目錄
> gulp deploy // 重新執行 deploy
> ```