mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| .vscode | 4 years ago | |
| apps | 4 years ago | |
| packages | 4 years ago | |
| scripts | 4 years ago | |
| source-code-requirements | 4 years ago | |
| tools | 4 years ago | |
| .editorconfig | 4 years ago | |
| .eslintignore | 4 years ago | |
| .eslintrc.json | 4 years ago | |
| .gitignore | ||
| .prettierignore | 4 years ago | |
| .prettierrc | ||
| CONTRIBUTING.md | 4 years ago | |
| README.md | 4 years ago | |
| angular.json | 4 years ago | |
| decorate-angular-cli.js | 4 years ago | |
| jest.config.js | 4 years ago | |
| jest.preset.js | 4 years ago | |
| lerna.publish.json | 4 years ago | |
| lerna.version.json | 4 years ago | |
| nx.json | 4 years ago | |
| package.json | 4 years ago | |
| tsconfig.json | 4 years ago | |
| tsconfig.prod.json | 5 years ago | |
| yarn.lock | 4 years ago | |
README.md
Abp Ng Packages
Getting started
Run yarn to install all dependencies.
Run yarn start to start the dev-app. Navigate to http://localhost:4200/.
Development
Application
The dev-app project is the same as the Angular UI template project. dev-app is used to see changes instantly.
Reminder! If you have developed the
dev-apptemplate, you should do the same for the application and module templates.
For more information, see the docs.abp.io
If would you like contribute, see the contribution guideline.