This project was generated using Nx.
Live Demo
Docs on GitBook
If you are interested in smaller example project: Mini-starter-kit
PANTS (
git clone https://github.com/xmlking/ngx-starter-kit.git my-project
cd my-project
yarn
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
Run npm run build:prod
to build the project. The build artifacts will be stored in the dist/
directory.
Run yarn test <module>
to execute the unit tests via Jest.
Run yarn e2e
to execute the end-to-end tests via Cypress.
Run yarn doc:build
to build docs.Run yarn doc:serve
to serve docs.
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