KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
web
★ 59
Open GitHub ↗
GoCN forum frontend
Download README (.md)
Explore Similar Repositories
launchd-portrep
:
CVE-2018-4280: Mach port replacement vulnerability in launchd on macOS 10.13.5 leading to local privilege escalation and SIP bypass.
react-chat-demo
:
A demo application to play around with React, SignalR and ASP.NET Core
eval_kitti
:
Tools to evaluate object detection results using the KITTI dataset.
Machine-Learning-Notes
:
Notes for several Machine Learning and Deep Learning courses, textbooks, and talks
kube-secret-editor
:
Edit Kubernetes secrets
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
web
?
Download (.md)
# GoBlogger web > GoBlogger forum frontend ### Structure ```ruby | +-- docs # project develop docs +-- config # project config file +-- src | +-- docs # project documents | +-- forum # project source code +-- test | +-- e2e # e2e test case | +-- unit # unit test case ``` ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:1920 npm run dev # build for production with minification npm run build # serve docs with hot reload at localhost:1921 npm run docs ``` ### Code style * [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) * [eslint rule](.eslintrc.js) * [code-style](docs/code-style.md) * [poi](https://poi.js.org/#/home) * [docsify](https://docsify.js.org/#/) For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).