GithubHelp home page GithubHelp logo

m310851010 / ngx-uikit Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 566 KB

ngx-uikit 是一个 Angular UI 组件库,主要用于研发企业级中后台产品。全部代码开源并遵循 MIT 协议,任何企业、组织及个人均可免费使用。

License: MIT License

JavaScript 0.91% TypeScript 34.84% HTML 1.69% Less 62.56%
angular ngx-uikit angular-uikit

ngx-uikit's Introduction

ngx-uikit

ngx-uikit 基于UIkit | UIkit中文网 的 Angular UI 组件库,主要用于研发企业级中后台产品。全部代码开源并遵循 MIT 协议,任何企业、组织及个人均可免费使用。

FOSSA Status

支持环境

ngx-uikit@angular/core 保持相同的主版本号,目前支持 Angular ^6.0.0 版本。

  • Angular ^6.0.0
  • 现代浏览器,以及 Internet Explorer 11+

安装

使用 @angular/cli 工具链安装,不包含$

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ngx-uikit

使用npm安装

$ npm i ngx-uikit --save

使用

在每一个需要使用组件的 module 中引入 NgxUikitModule

import { NgxUikitModule } from 'ngx-uikit';

@NgModule({
  imports: [ NgxUikitModule ]
})
export class AppModule {
}

然后在 angular.json 文件中引入样式和 SVG icon 资源。

{
  "assets": [
+   {
+     "glob": "**/*",
+     "input": "./node_modules/ngx-uikit/src/icons/",
+     "output": "/assets/"
+   }
  ],
  "styles": [
+   "node_modules/ngx-uikit/src/ngx-uikit.min.css"
  ]
}

授权协议

MIT

ngx-uikit's People

Contributors

m310851010 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ytmjatai

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.