-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jun 29, 2024
1 parent
d5f2747
commit 3a000dc
Showing
9 changed files
with
83 additions
and
7 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
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
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
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
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,38 @@ | ||
<div dir="ltr" align="left"> | ||
|
||
[العربية](/docs/ar/اقرأني.md) | [English](/docs/en/README.md) | [español](/docs/es/LÉAME.md) | [français](/docs/fr/LISEZMOI.md) | [magyar](/docs/hu/OLVASSAEL.md) | [Melayu](/docs/ms/BACASAYA.md) | **русский** | [简体中文](/docs/zh-Hans/自述文件.md) | [[+]](https://weblate.librescore.org/projects/librescore/docs) | ||
|
||
[//]: # "\+\_==!|!=_=!|!==_/+/ ***НЕ РЕДАКТИРОВАТЬ ВЫШЕ ЭТОЙ ЛИНИИ*** /+/^^+#|#+^+#|#+^^\+\" | ||
|
||
# Webmscore PWA (прогрессивное веб-приложение) | ||
|
||
<div align="center"> | ||
|
||
[![Discord](https://img.shields.io/discord/774491656643674122?color=5865F2&label=&labelColor=555555&logo=discord&logoColor=FFFFFF)](https://discord.gg/DKu7cUZ4XQ) [![Weblate](https://weblate.librescore.org/widgets/librescore/-/webmscore-pwa/svg-badge.svg)](https://weblate.librescore.org/engage/librescore) | ||
|
||
Официальный интерфейс webmscore: <https://webmscore-pwa.librescore.org> | ||
|
||
</div> | ||
|
||
## Разработка | ||
|
||
Как только вы создали проект и установили зависимости при помощи команды `npm install` (или `pnpm install,` или `yarn`), запустите сервер разработки: | ||
|
||
```bash | ||
npm run dev | ||
|
||
# или запустите сервер и откройте приложение в новой вкладке браузера | ||
npm run dev -- --open | ||
``` | ||
|
||
## Сборка | ||
|
||
Перед созданием версии вашего приложения, установите [адаптер](https://kit.svelte.dev/docs#adapters) для вашей целевой оболочки. Тогда: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
> Вы можете сделать предпросмотр приложения, выполнив `npm run preview`, независимо от того установили вы или не установили адаптер. _Не_ желательно использовать это для конечной версии продукта. | ||
</div> |
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,38 @@ | ||
<div dir="ltr" align="left"> | ||
|
||
[العربية](/docs/ar/اقرأني.md) | [English](/docs/en/README.md) | [español](/docs/es/LÉAME.md) | [français](/docs/fr/LISEZMOI.md) | [magyar](/docs/hu/OLVASSAEL.md) | [Melayu](/docs/ms/BACASAYA.md) | [русский](/docs/ru/ПРОЧТИМЕНЯ.md) | **简体中文** | [[+]](https://weblate.librescore.org/projects/librescore/docs) | ||
|
||
[//]: # "\+\_==!|!=_=!|!==_/+/ ***不要在此行上方编辑*** /+/^^+#|#+^+#|#+^^\+\" | ||
|
||
# Webmscore 渐进式Web应用 | ||
|
||
<div align="center"> | ||
|
||
[![Discord](https://img.shields.io/discord/774491656643674122?color=5865F2&label=&labelColor=555555&logo=discord&logoColor=FFFFFF)](https://discord.gg/DKu7cUZ4XQ) [![Weblate(翻译)](https://weblate.librescore.org/widgets/librescore/-/webmscore-pwa/svg-badge.svg)](https://weblate.librescore.org/engage/librescore) | ||
|
||
webmscore工具的官方前端网址: <https://webmscore-pwa.librescore.org> | ||
|
||
</div> | ||
|
||
## 开发 | ||
|
||
在创建工程并用 `npm install` (或者 `pnpm install` 或者 `yarn`)命令安装依赖项后,用以下命令启动一个开发服务器: | ||
|
||
```bash | ||
npm run dev | ||
|
||
# 或者用以下命令运行服务器,并在浏览器新标签页打开应用程序 | ||
npm run dev -- --open | ||
``` | ||
|
||
## 构建方法 | ||
|
||
在创建应用程序的生产版本之前,先为目标环境安装转换程序 [adapter](https://kit.svelte.dev/docs#adapters) 。然后运行: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
> 无论是否安装了转换程序,您都可以用 `npm run preview`命令预览已经构建的应用程序。不过,这 _不_ 应该在生产中为您的应用程序服务。 | ||
</div> |