0.1.0-dev • Published 5 months ago

@ng-techpromux-archetype-project/apps-ui-mydeviceinfo v0.1.0-dev

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

TECHPROMUX ANGULAR ARCHETYPE PROJECT

      

Angular project generated by Nx, a Smart, fast and extensible build system. Supported by Techpromux Angular Archetype Project.

Start the app

To start the development server, run:

npm install

nx serve app

Open your browser and navigate to:

http://localhost:4200/

Happy coding!

NPM - read Node.js docs

npm install

npm update --save

NX - read Nx docs

npx create-nx-workspace@latest

nx generate @nx/angular:library

nx build app

nx run app:build

nx run-many -t build --exclude demo

npx nx affected -t build

nx lint app

nx run app:lint

nx run-many -t lint --exclude demo

nx test app

nx run app:test

npx nx affected -t test

nx serve app

npx nx serve app

nx run-many -t serve --exclude demo

nx graph

CAPACITOR - read Nxext docs and Capacitor docs

npm install --save-dev --exact @nxext/capacitor

nx build app

nx generate @nxext/capacitor:capacitor-project --project app

cd ./apps/app/

npm install

nx run app:add:android

nx run app:add --platform android

nx run app:cap --cmd="add android"

nx run app:sync:android

nx run app:sync --platform android

nx run app:cap --cmd="sync android"

nx run app:open:android

nx run app:open --platform android

nx run app:cap --cmd="open android"

NX-PLUGIN - read Nx recipes

nx run app:nx-extract-i18n

nx run app:nx-extract-i18n:en

nx run app:nx-extract-i18n:es

nx run app:nx-extract-i18n:all
0.1.0-dev

5 months ago

0.1.0-pre

5 months ago

0.1.0-prod

5 months ago

0.1.1-pre

5 months ago

0.1.1-dev

5 months ago

0.1.2-dev

5 months ago

0.1.3-dev

5 months ago

0.1.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago