当前位置: 首页 > 软件库 > 数据库相关 > >

ngx-starter-kit

🅰️ Angular 🚀 NestJS 🐒 Starter Kit
授权协议 MIT License
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 江渊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Ngx Starter Kit

Quality

CodeQL

Build Status

Build StatusBuild Status

This project was generated using Nx.

�� Nx is a set of Angular CLI power-ups for modern development.

Live Demo

Docs on GitBook

If you are interested in smaller example project: Mini-starter-kit

PANTS ( �� PostgreSQL ��️ Angular �� NestJS TypeScript) Stack in �� NX workspace

Install

git clone https://github.com/xmlking/ngx-starter-kit.git my-project
cd my-project
yarn

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run yarn start:mock for a mock server.

Run yarn start -- --proxy-config proxy.conf.js to start with proxy

Build

Run npm run build:prod to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run yarn test <module> to execute the unit tests via Jest.

Running end-to-end tests

Run yarn e2e to execute the end-to-end tests via Cypress.

Docs

Run yarn doc:build to build docs.Run yarn doc:serve to serve docs.

Deploy

Run yarn deploy:mock to deploy demo app to gp-pages.

Analyzing bundle size ng run webapp:analyze

Analyzing and Visualizing the Dependency Graph (affected modules by uncommitted changes)

nx affected:dep-graph

 相关资料
  • A collection of Badass modules and utilities to help you level up your NestJS application. Package Description Version Changelog @golevelup/nestjs-common Common types, mixins changelog @golevelup/nest

  • Description The rbac module for Nest. Installation npm i --save nestjs-rbac Quick Start For using RBAC there is need to implement IStorageRbac export interface IStorageRbac { roles: string[]; permis

  • Nestjs-BFF OVERVIEW Overview     Frontend     Backend     CLI     DevOps Status This library is currently 'on ice' and is no longer being activley maintained at this time. However, it may still server

  • rucken-core-nestjs A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission) based on Rucken template Screenshots Featur

  • Nest.js 教程 如果喜欢本教程请点击右上角的 star �� ,想订阅本教程请点击右上角 watch �� 如有不解之惑,或是想要更多的详细教程,可以在 New Issues 中写下你的问题或需求。 框架介绍 Nest 是构建高效,可扩展的 Node.js Web 应用程序的框架。它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合

  • testing-nestjs Status A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and