-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ismdeep/develop/doc-readme
doc: README and LICENSE
- Loading branch information
Showing
12 changed files
with
379 additions
and
36,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,6 @@ pnpm-debug.log* | |
*.sw? | ||
# cache file | ||
*/src/scripts/cache/* | ||
|
||
/yarn.lock | ||
/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,31 @@ | ||
# store-webui | ||
# Linglong Web Store | ||
|
||
## Project setup | ||
``` | ||
yarn install | ||
``` | ||
## Dependencies | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
yarn serve | ||
``` | ||
### Build dependencies | ||
|
||
### Compiles and minifies for production | ||
``` | ||
yarn build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
yarn lint | ||
``` | ||
- Node.JS >= 16 | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
## Quick Start | ||
|
||
## Dockfile | ||
### Install | ||
|
||
```bash | ||
docker build -t hub.deepin.com/wuhan_v23_linglong/linglong-web-store:develop-snipe . | ||
yarn install | ||
``` | ||
|
||
```bash | ||
docker run --rm -it -p 80:80/tcp hub.deepin.com/wuhan_v23_linglong/linglong-web-store:develop-snipe | ||
``` | ||
### Start | ||
|
||
```bash | ||
kubectl create deployment linglong-web-store --image=hub.deepin.com/wuhan_v23_linglong/linglong-web-store:develop-snipe | ||
yarn dev | ||
``` | ||
|
||
- 使用 18081 端口提供服务,连接到容器的 80 端口 | ||
## Getting involved | ||
|
||
```bash | ||
kubectl expose deployment linglong-web-store --type=NodePort --port=18081 --target-port=80 | ||
``` | ||
We encourage you to report issues and contribute changes | ||
|
||
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) | ||
|
||
## License | ||
|
||
linglong-web-store is licensed under [LGPL-3.0-or-later](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Linglong Web Store | ||
|
||
## 依赖 | ||
|
||
### 编译依赖 | ||
|
||
- Node.JS >= 16 | ||
|
||
## 快速开始 | ||
|
||
### 安装 | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
### 开始 | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
## 参与贡献 | ||
|
||
我们鼓励您报告问题并作出更改 | ||
|
||
* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) | ||
|
||
## License | ||
|
||
linglong-web-store 遵循协议 [LGPL-3.0-or-later](LICENSE). |
Oops, something went wrong.