文件名称:haruneko:基于NW.js + TypeScript的HakuNeko原型
文件大小:359KB
文件格式:ZIP
更新时间:2024-04-25 00:42:34
TypeScript
春子 基于NW.js + TypeScript的HakuNeko原型 发展 该应用程序包含两个... 安装 确保在您的系统上安装了git和NodeJS + NPM 。 # clone the repository git clone https://github.com/manga-download/haruneko.git # change into the project directory cd harunkeo # install dependencies npm install 跑步 在本地计算机上构建并提供Web应用程序 npm run serve 生成并运行客户端应用程序,它将打开本地计算机上托管的Web应用程序 npm start 使用开发人员工具(F12)中的控制台调查HakuNeko API,例如 ( async ( ) => { const websit
【文件预览】:
haruneko-master
----.eslintrc.json(1KB)
----.gitignore(63B)
----sample()
--------MangaBySheep()
----package.json(2KB)
----.npmrc(20B)
----src()
--------@types()
--------engine()
--------splash.html(2KB)
--------index.html(2KB)
--------index.ts(278B)
--------global.d.ts(522B)
--------frontend()
--------img()
----experimenting()
--------app.html(10KB)
--------Playground.ts(4KB)
----tsconfig.json(735B)
----.github()
--------workflows()
----rollup.config.js(2KB)
----README.md(2KB)
----build.app.js(2KB)
----test()
--------jest.ts(259B)
--------jest-frontend.ts(192B)
--------jest-engine.ts(183B)