-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrustore-tyap-lyap-i-pora-publikovat.html
35 lines (31 loc) · 13.1 KB
/
rustore-tyap-lyap-i-pora-publikovat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html><html lang="ru"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>RuStore - Тяп, ляп и пора публиковать - Gerzhan Nikolay</title><meta name="description" content="API есть - UI натянем В своем предыдущем посте я писал что целью моей регистрации на RuStore это сама регистрации (“спортивный интерес” да и только) Ну вот остался последний шаг - опубликовать приложение и смело тыкать показывать его на лево и на право нарпашиваясь на…"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://gerzhan.github.io/rustore-tyap-lyap-i-pora-publikovat.html"><link rel="alternate" type="application/atom+xml" href="https://gerzhan.github.io/feed.xml"><link rel="alternate" type="application/json" href="https://gerzhan.github.io/feed.json"><meta property="og:title" content="RuStore - Тяп, ляп и пора публиковать"><meta property="og:site_name" content="Gerzhan Nikolay"><meta property="og:description" content="API есть - UI натянем В своем предыдущем посте я писал что целью моей регистрации на RuStore это сама регистрации (“спортивный интерес” да и только) Ну вот остался последний шаг - опубликовать приложение и смело тыкать показывать его на лево и на право нарпашиваясь на…"><meta property="og:url" content="https://gerzhan.github.io/rustore-tyap-lyap-i-pora-publikovat.html"><meta property="og:type" content="article"><link rel="stylesheet" href="https://gerzhan.github.io/assets/css/style.css?v=dfc2b7bc369d646ef98d75a857083e05"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://gerzhan.github.io/rustore-tyap-lyap-i-pora-publikovat.html"},"headline":"RuStore - Тяп, ляп и пора публиковать","datePublished":"2022-06-03T21:51","dateModified":"2022-06-04T16:59","description":"API есть - UI натянем В своем предыдущем посте я писал что целью моей регистрации на RuStore это сама регистрации (“спортивный интерес” да и только) Ну вот остался последний шаг - опубликовать приложение и смело тыкать показывать его на лево и на право нарпашиваясь на…","author":{"@type":"Person","name":"Nikolay Gerzhan","url":"https://gerzhan.github.io/authors/nikolay-gerzhan/"},"publisher":{"@type":"Organization","name":"Nikolay Gerzhan"}}</script></head><body><header class="topbar" id="js-header"><div class="topbar__inner"><a class="logo" href="https://gerzhan.github.io/">Gerzhan Nikolay</a><nav class="navbar"><button class="navbar__toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">Menu</span></span></button><ul class="navbar__menu"></ul></nav></div></header><div class="content"><div class="infobar"><div class="infobar__update">Last Updated: <time datetime="2023-04-14T13:45">23/04/14 13:45:35</time></div><div class="infobar__search"><form action="https://gerzhan.github.io/search.html"><input type="search" name="q" placeholder="search..." aria-label="Search input"> <button type="submit" aria-label="Submit"><svg role="presentation" focusable="false" width="15px" height="14px"><use xlink:href="https://gerzhan.github.io/assets/svg/svg-map.svg#search"/></svg></button></form></div></div><main class="main"><article class="post"><header class="u-header post__header"><h1>RuStore - Тяп, ляп и пора публиковать</h1><div class="u-header__meta u-small"><img src="https://www.gravatar.com/avatar/d5a9634fbe689940f9391826a2cb2e09?s=240" loading="eager" class="u-header__avatar" alt="Nikolay Gerzhan" height="240" width="240"><div><a href="https://gerzhan.github.io/authors/nikolay-gerzhan/" title="Nikolay Gerzhan">Nikolay Gerzhan</a> <time datetime="2022-06-03T21:51">22/06/03 21:51:58</time></div></div></header><div class="post__entry u-inner"><h1 id="api-есть---ui-натянем">API есть - UI натянем</h1><p>В своем предыдущем посте я писал что целью моей регистрации на <strong>RuStore</strong> это сама регистрации (“спортивный интерес” да и только)</p><p>Ну вот остался последний шаг - опубликовать приложение и смело <del>тыкать</del> показывать его на лево и на право нарпашиваясь на похвалу.</p><p>И вот вот возник вопрос - <del>кто виноват?</del> что такое можно создать, собрать и опубликовать.</p><h2 id="на-старт-внимание-кодим">На старт, внимание, кодим…</h2><pre><code class="language-bash"> $npx create-nx-workspace helpcontrol-selectel --preset=empty
$nx migrate @nrwl/workspace@latest
✔ We noticed you are migrating to a new major version, but are not taking advantage of Nx Cloud. Nx Cloud can make your CI up to 10 times faster. Learn more about it here: nx.app. Would you like to add it? · No
Fetching meta data about packages.
It may take a few minutes.
Fetching @nrwl/[email protected]
Fetching [email protected]
$npm install
$npx nx migrate --run-migrations
$npm install --save-dev --exact --force @nxtend/ionic-angular
$npx nx generate @nxtend/ionic-angular:application mobile --directory=selectel --no-standaloneConfig --tags=type:app,scope:mobile --template=sidemenu --no-interactive --dry-run
$npx nx run selectel-mobile:add:android
npx nx run selectel-mobile:open:android
</code></pre><p>Вспомогательный пакеты</p><pre><code class="language-bash">npm install @nx-plus/docusaurus --save-dev
</code></pre><h3 id="источники">Источники</h3><ul><li><a href="https://ionicframework.com/blog/ionic-angular-monorepos-with-nx/">Ionic Angular monorepos with NX</a></li></ul></div><aside class="post__aside"><div class="post__last-updated u-small">This article was updated on 22/06/04 16:59:52</div><div class="post__share"></div></aside><footer class="post__footer"><div class="post__bio box"><img class="u-author__avatar" src="https://www.gravatar.com/avatar/d5a9634fbe689940f9391826a2cb2e09?s=240" loading="lazy" alt="Nikolay Gerzhan" height="240" width="240"><div><h4 class="h6"><a href="https://gerzhan.github.io/authors/nikolay-gerzhan/" title="Nikolay Gerzhan">Nikolay Gerzhan</a></h4></div></div><nav class="post__nav box"><div class="post__nav__prev"><a href="https://gerzhan.github.io/rustore-ya-terpilivyy-no-ne-nastolko.html" class="post__nav__link" rel="prev"><img src="https://gerzhan.github.io/media/posts/5/responsive/rustore_account_gerzhan_20220603-xs.png" loading="lazy" alt="" height="574" width="1418"><div class="u-small">Previous Post<h5>RuStore - Я терпиливый, но не настолько...</h5></div></a></div></nav><div class="post__related box"><h3 class="box__title">Related posts</h3><div class="post__related-wrap"><figure class="post__related-item"><a href="https://gerzhan.github.io/rustore-ya-terpilivyy-no-ne-nastolko.html" class="c-card__image"><img src="https://gerzhan.github.io/media/posts/5/responsive/rustore_account_gerzhan_20220603-xs.png" loading="lazy" height="574" width="1418" alt=""></a><figcaption><h4 class="post__related-title"><a href="https://gerzhan.github.io/rustore-ya-terpilivyy-no-ne-nastolko.html" class="inverse">RuStore - Я терпиливый, но не настолько...</a></h4><time datetime="2022-06-03T10:50" class="u-small">22/06/03 10:50:00</time></figcaption></figure><figure class="post__related-item"><a href="https://gerzhan.github.io/rustore-nachalo-raboty-kak-po-minnomu-polyu.html" class="c-card__image"><img src="https://gerzhan.github.io/media/posts/4/responsive/rustore_form_start_20220602-xs.png" loading="lazy" height="450" width="882" alt="RuStore Start"></a><figcaption><h4 class="post__related-title"><a href="https://gerzhan.github.io/rustore-nachalo-raboty-kak-po-minnomu-polyu.html" class="inverse">RuStore - "Начало Работы" как по минному полю?</a></h4><time datetime="2022-06-02T10:55" class="u-small">22/06/02 10:55:00</time></figcaption></figure><figure class="post__related-item"><a href="https://gerzhan.github.io/rustore-raz-dva-i-registraciya-gotova.html" class="c-card__image"><img src="https://gerzhan.github.io/media/posts/3/responsive/rustore_20220601_title-xs.png" loading="lazy" height="250" width="800" alt="RuStore"></a><figcaption><h4 class="post__related-title"><a href="https://gerzhan.github.io/rustore-raz-dva-i-registraciya-gotova.html" class="inverse">RuStore - раз, два и регистрация готова?</a></h4><time datetime="2022-06-01T14:00" class="u-small">22/06/01 14:00:00</time></figcaption></figure></div></div></footer></article></main><div class="sidebar"><section class="box featured"><h3 class="box__title">Featured</h3><ul class="featured__container"><li class="featured__item"><a href="https://gerzhan.github.io/rustore-ya-terpilivyy-no-ne-nastolko.html" class="featured__image-link"><img src="https://gerzhan.github.io/media/posts/5/responsive/rustore_account_gerzhan_20220603-xs.png" class="lazyload" loading="lazy" alt="" height="574" width="574"></a><div><a href="https://gerzhan.github.io/rustore-ya-terpilivyy-no-ne-nastolko.html" class="featured__title">RuStore - Я терпиливый, но не настолько...</a> <time class="u-small" datetime="2022-06-03T10:50">22/06/03 10:50:00</time></div></li><li class="featured__item"><a href="https://gerzhan.github.io/rustore-nachalo-raboty-kak-po-minnomu-polyu.html" class="featured__image-link"><img src="https://gerzhan.github.io/media/posts/4/responsive/rustore_form_start_20220602-xs.png" class="lazyload" loading="lazy" alt="RuStore Start" height="450" width="450"></a><div><a href="https://gerzhan.github.io/rustore-nachalo-raboty-kak-po-minnomu-polyu.html" class="featured__title">RuStore - "Начало Работы" как по минному полю?</a> <time class="u-small" datetime="2022-06-02T10:55">22/06/02 10:55:00</time></div></li><li class="featured__item"><a href="https://gerzhan.github.io/rustore-raz-dva-i-registraciya-gotova.html" class="featured__image-link"><img src="https://gerzhan.github.io/media/posts/3/responsive/rustore_20220601_title-xs.png" class="lazyload" loading="lazy" alt="RuStore" height="250" width="250"></a><div><a href="https://gerzhan.github.io/rustore-raz-dva-i-registraciya-gotova.html" class="featured__title">RuStore - раз, два и регистрация готова?</a> <time class="u-small" datetime="2022-06-01T14:00">22/06/01 14:00:00</time></div></li></ul></section><section class="box authors"><h3 class="box__title">Authors</h3><ul class="authors__cotainer"><li class="authors__item"><a href="https://gerzhan.github.io/authors/nikolay-gerzhan/" class="authors__image-link"><img src="https://www.gravatar.com/avatar/d5a9634fbe689940f9391826a2cb2e09?s=240" loading="lazy" alt="Nikolay Gerzhan" height="240" width="240"></a><div><a href="https://gerzhan.github.io/authors/nikolay-gerzhan/" class="authors__title">Nikolay Gerzhan</a> <span class="u-small">Post: 5</span></div></li></ul></section><section class="newsletter box box--gray"><h3 class="box__title">Newsletter</h3><p class="newsletter__description">Sign up to receive email updates and to hear what's going on with us!</p><form>...</form></section><section class="box"><h3 class="box__title">Tags</h3><ul class="tags"><li><a href="https://gerzhan.github.io/tags/rustore/">RuStore</a> <span class="u-small">(3)</span></li></ul></section></div><footer class="footer"><a class="footer__logo" href="https://gerzhan.github.io/">Gerzhan Nikolay</a><nav><ul class="footer__nav"></ul></nav><div class="footer__copyright"><p>Powered by Gerzhan</p></div></footer></div><script>window.publiiThemeMenuConfig = {
mobileMenuMode: 'sidebar',
animationSpeed: 300,
submenuWidth: 'auto',
doubleClickTime: 500,
mobileMenuExpandableSubmenus: true,
relatedContainerForOverlayMenuSelector: '.navbar',
};</script><script defer="defer" src="https://gerzhan.github.io/assets/js/scripts.min.js?v=bb66f1d815180573784f8434c8f0bf78"></script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>