Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vczh-libraries/WebsiteSource
Source code to build vczh-libraries.github.io
https://github.com/vczh-libraries/WebsiteSource
Last synced: 3 months ago
JSON representation
Source code to build vczh-libraries.github.io
- Host: GitHub
- URL: https://github.com/vczh-libraries/WebsiteSource
- Owner: vczh-libraries
- License: other
- Created: 2020-05-24T19:32:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T03:14:01.000Z (4 months ago)
- Last Synced: 2024-07-21T04:23:58.093Z (4 months ago)
- Language: TypeScript
- Size: 16.3 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome - vczh-libraries/WebsiteSource - 09 star:0.0k fork:0.0k Source code to build vczh-libraries.github.io (TypeScript)
README
# WebsiteSource
Play with nodejs
## Building
- Download [npm with nodejs](https://www.npmjs.com/get-npm)
- Download [yarn](https://yarnpkg.com/lang/en/)
- Run following commands in cmd
- I don't know why Powershell cannot find `npm` and `yarn`.```plaintext
yarn
yarn build
yarn test
```## packages folder
Try building `http://gaclib.net` in a new way.
### mvc
Gaclib Website MVC url router library.
### render
Gaclib Website front-end rendering using lit-html.
### host
Gaclib Website http server.
### article
Gaclib article XML to HTML converter.
### article-document
Gaclib document XML to article XML converter.
### spider
Gaclib Website Spider
### website
Gaclib Website content: http://gaclib.net.
inside the package folder:
- **Debug**: Open `http://localhost:8080/index.html` after running `npm run start`.
- **Release**: Run `npm run download` to generate the whole website statically in `./lib/website`.### website-doc1
Gaclib Website Document for GacUI 1.0: http://gaclib.net/doc/current/home.html.
inside the package folder:
- **Debug**: Open `http://localhost:8080/doc/current/home.html` after running `npm run start`.
- **Release**: Run `npm run download` to generate the whole website statically in `./lib/website`.## Developer Notes:
Update multiple platform supporting information in:
- packages\website-doc1\src\articles\home.xml
- packages\website-doc1\src\articles\home\download.xml
- packages\website-doc1\src\articles\gacui\running.xml
- packages\website-doc1\src\articles\gacui\kb\application.xml
- packages\website-doc1\src\articles\gacui\kb\osprovider.xml