some-gallery-thing:用于在画廊中查找事件的网络应用-源码

上传者: 42162216 | 上传时间: 2021-02-27 20:05:31 | 文件大小: 182KB | 文件类型: ZIP
一些画廊的东西 作为一个欣赏艺术的人,我想看看当地的风土人情,所以我可以去看看艺术。 发展 安装nodejs LTS npm install npm run watch 打开localhost:8080 部署 手动使用wrangler publish 或者 通过GitHub动作推送至主要 或者 每两个小时通过GitHub操作 结构体 src是其余源代码的去向。 src/public是资产(CSS和图像)所在的位置。 src/controllers是可视组件所在的目录。 该项目使用typescript , jest和sass 。 类型在src/types中定义。 示例和静态数据在src/data 。

文件下载

资源详情

[{"title":"( 52 个子文件 182KB ) some-gallery-thing:用于在画廊中查找事件的网络应用-源码","children":[{"title":"some-gallery-thing-main","children":[{"title":".eslintrc <span style='color:#111;'> 200B </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 4.03KB </span>","children":null,"spread":false},{"title":"wrangler.toml <span style='color:#111;'> 239B </span>","children":null,"spread":false},{"title":".github","children":[{"title":"pull_request_template.md <span style='color:#111;'> 171B </span>","children":null,"spread":false},{"title":"workflows","children":[{"title":"smoke-tests.yml <span style='color:#111;'> 303B </span>","children":null,"spread":false},{"title":"deploy.yml <span style='color:#111;'> 587B </span>","children":null,"spread":false},{"title":"ci.yml <span style='color:#111;'> 308B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".jest","children":[{"title":"identity-obj-proxy-esm.js <span style='color:#111;'> 294B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 558.68KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"css","children":[{"title":"main.scss.d.ts <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"main.scss <span style='color:#111;'> 2.88KB </span>","children":null,"spread":false}],"spread":true},{"title":"collectors","children":[{"title":"the-photographers-gallery.ts <span style='color:#111;'> 2.64KB </span>","children":null,"spread":false},{"title":"gasworks.test.ts <span style='color:#111;'> 9.88KB </span>","children":null,"spread":false},{"title":"dulwich-picture-gallery.ts <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"white-cube.ts <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"tintype-gallery.test.ts <span style='color:#111;'> 56.24KB </span>","children":null,"spread":false},{"title":"gasworks.ts <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"whitechapel-gallery.test.ts <span style='color:#111;'> 9.36KB </span>","children":null,"spread":false},{"title":"whitechapel-gallery.ts <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"white-cube.test.ts <span style='color:#111;'> 8.10KB </span>","children":null,"spread":false},{"title":"tintype-gallery.ts <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"tate.ts <span style='color:#111;'> 2.50KB </span>","children":null,"spread":false},{"title":"index.ts <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"dulwich-picture-gallery.test.ts <span style='color:#111;'> 9.84KB </span>","children":null,"spread":false},{"title":"the-photographers-gallery.test.ts <span style='color:#111;'> 8.32KB </span>","children":null,"spread":false},{"title":"tate.test.ts <span style='color:#111;'> 38.08KB </span>","children":null,"spread":false}],"spread":false},{"title":"worker","children":[{"title":"generate-events-json.ts <span style='color:#111;'> 530B </span>","children":null,"spread":false},{"title":"entrypoint.ts <span style='color:#111;'> 723B </span>","children":null,"spread":false}],"spread":true},{"title":"app.test.ts <span style='color:#111;'> 436B </span>","children":null,"spread":false},{"title":"data","children":[{"title":"events","children":[{"title":"index.ts <span style='color:#111;'> 2.22KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"controllers","children":[{"title":"assets","children":[{"title":"index.ts <span style='color:#111;'> 343B </span>","children":null,"spread":false}],"spread":false},{"title":"app","children":[{"title":"index.ts <span style='color:#111;'> 911B </span>","children":null,"spread":false}],"spread":false},{"title":"events","children":[{"title":"index.test.ts <span style='color:#111;'> 584B </span>","children":null,"spread":false},{"title":"index.ts <span style='color:#111;'> 863B </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"server.ts <span style='color:#111;'> 230B </span>","children":null,"spread":false},{"title":"app.ts <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"integration-tests","children":[{"title":"index.test.ts <span style='color:#111;'> 312B </span>","children":null,"spread":false}],"spread":false},{"title":"components","children":[{"title":"events.test.ts <span style='color:#111;'> 767B </span>","children":null,"spread":false},{"title":"event.test.ts <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"index.ts <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"event.tsx <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"events.tsx <span style='color:#111;'> 1.82KB </span>","children":null,"spread":false}],"spread":false},{"title":"smoke-tests","children":[{"title":"index.test.ts <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false}],"spread":false},{"title":"types","children":[{"title":"index.ts <span style='color:#111;'> 343B </span>","children":null,"spread":false}],"spread":false},{"title":"utils","children":[{"title":"index.test.ts <span style='color:#111;'> 600B </span>","children":null,"spread":false},{"title":"index.ts <span style='color:#111;'> 296B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"tsconfig.json <span style='color:#111;'> 509B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 27B </span>","children":null,"spread":false},{"title":"webpack.config.js <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":".eslintignore <span style='color:#111;'> 25B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明