简单的代码,简单的学习。 基于VitePress框架的铁锈战争API代码。 在这里,你可以研究RTS单元代码, 以及地图代码,调试代码或更多, 你准备好了吗?让我们开始吧!
Go to file
2023-08-06 12:00:48 +08:00
.github Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 2023-07-15 07:43:04 +00:00
.idea 可建造的代码 2023-05-10 22:51:14 +08:00
Backup 更新Core第一节到第三节 2023-04-11 23:17:20 +08:00
rustedwarfareapicode Add files via upload 2023-08-06 10:26:19 +08:00
.gitattributes Update .gitattributes 2023-04-12 17:15:32 +08:00
.gitignore Delete No Need File 2023-04-12 17:12:22 +08:00
CHANGELOG.md chore(main): release 0.0.2-DEV1.0 2023-05-10 23:26:24 +08:00
CNAME Create CNAME 2023-04-11 23:37:09 +08:00
package-lock.json 可建造的代码 2023-05-10 22:51:14 +08:00
package.json 可建造的代码 2023-05-10 22:51:14 +08:00
README_en.md 更新说明文档 2023-04-11 09:39:58 +08:00
README.md docs(contributor): contrib-readme-action has updated readme 2023-08-06 12:00:48 +08:00
RW-API-Code-0.0.2-DEV1.0(1).zip Add files via upload 2023-08-06 10:17:57 +08:00

RW-API-CODE

Easy Code,Easy Study.
Rusted Warfare API Code Base on VitePress Frame Work.

In this.You Can Study RTS Unit Code,And Map Code,Debug Code Or More And More, Do you Ready? Let's Go!

Rules

  • The code is for reference only. If there are any errors or omissions, please feel free to mention Github Issues
  • RW-API-Code is an unofficial third-party RustedWarfare code website that provides an efficient and highly learned service attitude.
  • If you want to collaborate on development, please Fork our main branch and apply for PullRequst

Dev

1.Prerequisite: Node.js 18 or above

If you don't have Node.js, you can download it from the link below.  

What, I'm not sure what Node.js is doing? I suggest closing this page immediately.

Node.js Link:Node.js

2.Install Vite Press

npm i vitepress -D

3.Package.json Framework

{
  "scripts": {
    "docs:dev": "vitepress dev rustedwarfareapicode",    
    "docs:build": "vitepress build rustedwarfareapicode",
    "docs:preview": "vitepress preview rustedwarfareapicode"
  },
  "devDependencies": {
    "vitepress": "^1.0.0-alpha.65"
  }
}

4.Local Deployment

DEV TEST:

npm run docs:dev

Build TEST:

npm run docs:build

Preview TEST:

npm run docs:preview

Netlify Deployment

When you submit your PR, it will automatically process it for you.

License

Apache License-2.0