https://github.com/nervjs/at-ui-nerv
AT-UI for Nerv
https://github.com/nervjs/at-ui-nerv
at-ui nerv typescript
Last synced: 3 months ago
JSON representation
AT-UI for Nerv
- Host: GitHub
- URL: https://github.com/nervjs/at-ui-nerv
- Owner: NervJS
- License: mit
- Created: 2018-01-17T08:16:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T09:30:24.000Z (about 5 years ago)
- Last Synced: 2025-06-01T05:05:51.500Z (4 months ago)
- Topics: at-ui, nerv, typescript
- Language: TypeScript
- Homepage: https://nervjs.github.io/at-ui-nerv/
- Size: 28.1 MB
- Stars: 31
- Watchers: 9
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AT-UI-Nerv
[](https://www.travis-ci.org/NervJS/at-ui-nerv)
[](https://coveralls.io/github/NervJS/at-ui-nerv?branch=master)
AT-UI is a modular front-end UI framework based on Vue.js and nervJS is another wonderful vdom library.So we combine AT-UI with nervJS to make something amazing.## Getting Started
### Install
``` npm i --save at-ui-nerv ```
Because the style of AT-UI is independent. It's a separate project. So we should install AT-UI-Style first.``` npm i at-ui-style```
### Usage
AT-UI-Nerv's components can be imported in ES6 way.
``` import {Button} from 'at-ui-nerv' ```## License
MIT