Please help us on Product Hunt and Designer News. Thanks in advance!
Curious why I decided to create CoreUI? Please read this article: Jack of all trades, master of none. Why Bootstrap Admin Templates suck.
CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.
CoreUI is based on Bootstrap 4 and offers 6 versions:HTML5 AJAX,HTML5,Angular 2+,React.js,Vue.js& .NET Core 2.
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
CoreUI Pro | Prime | Root | Alba | Leaf |
---|---|---|---|---|
Before you begin, make sure your development environment includes Node.js®
and an npm
package manager.
Angular 11 requires Node.js
version 10.13 or later.
node -v
in a terminal/console window.Node.js
, go to nodejs.org.Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
Angular 11 requires Node.js
version 10.13 or newer
Update guide - see: https://update.angular.io
# clone the repo
$ git clone https://github.com/coreui/coreui-free-angular-admin-template.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# serve with hot reload at localhost:4200.
$ ng serve
# build for production with minification
$ ng build
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
free-angular-admin-template/
├── e2e/
├── src/
│ ├── app/
│ ├── assets/
│ ├── environments/
│ ├── scss/
│ ├── index.html
│ └── ...
├── .angular-cli.json
├── ...
├── package.json
└── ...
The documentation for the CoreUI Free Angularp Admin Template is hosted at our website CoreUI
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under the Semantic Versioning guidelines.
See the Releases section of our project for changelogs for each release version.
Łukasz Holeczek
Andrzej Kopański
Get updates on CoreUI's development and chat with the project maintainers and community members.
Some of projects created by community but not maintained by CoreUI team.
copyright 2017-2021 creativeLabs Łukasz Holeczek. Code released under the MIT license.There is only one limitation you can't re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on PayPal, buying CoreUI Pro Version or buying one of our premium admin templates.
As of now I am exploring the possibility of working on CoreUI full-time - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on Twitter.
CoreUI Free Bootstrap Admin Template Please help us on Product Hunt. Thanks in advance! Curious why I decided to create CoreUI? Please read this article: Jack of all trades, master of none. Why Bootst
PurpleAdmin-Free-Admin-TemplatePurple Admin is a free responsive admin template built with Bootstrap 4. The template has colorful, attractive yet simple and elegant design. The template is well crafte
DEPRECATED ‼️ �� The new admin project veact-admin 此项目已废弃,请关注 veact-admin Angular Admin Admin client for surmon.me blog, powered by Angular and Bootstrap4. 适用于 surmon.me 管理员后台的前端应用,使用 Angular 和
CoreUI Open Source UI Components Library built on top of Bootstrap 5. Explore CoreUI docs » Report bug · Request feature · Community · Blog Table of contents Quick start Status What's included Bugs an
SB Admin rewritten in Angular9 and Bootstrap 4 Simple Dashboard Admin App built using Angular 9 and Bootstrap 4 This project is a port of the famous Free Admin Bootstrap Theme SB Admin v8.0 to Angular
free(释放原先配置的内存) 相关函数 malloc,calloc,realloc,brk 表头文件 #include<stdlib.h> 定义函数 void free(void *ptr); 函数说明 参数ptr为指向先前由malloc()、calloc()或realloc()所返回的内存指针。调用free()后ptr所指的内存空间便会被收回。假若参数ptr所指的内存空间已被收回或是未知的内存