Skip to content

Commit dc1a8fd

Browse files
author
Alexei Zverev
committed
Update NeXt in Pathman SR
1 parent 8606bae commit dc1a8fd

26 files changed

Lines changed: 36654 additions & 1 deletion
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "next-bower",
3+
"homepage": "http://next-ui.com",
4+
"authors": [
5+
"Aikepaer Abuduweili <aaikepae@cisco.com>"
6+
],
7+
"description": "NeXt UI Toolkit bower and npm distribution.",
8+
"main": [
9+
"js/next.js",
10+
"css/next.css"
11+
],
12+
"moduleType": [],
13+
"keywords": [
14+
"NeXt",
15+
"topology",
16+
"SDN"
17+
],
18+
"dependencies": {},
19+
"ignore": [],
20+
"version": "0.10.0",
21+
"license": "EPL-1.0",
22+
"_release": "0.10.0",
23+
"_resolution": {
24+
"type": "version",
25+
"tag": "0.10.0",
26+
"commit": "b0c7bd9d846f69998397cefb18c6f9e4b4a97d25"
27+
},
28+
"_source": "https://github.com/NeXt-UI/next-bower.git",
29+
"_target": "^0.10.0",
30+
"_originalSource": "NeXt",
31+
"_direct": true
32+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# NeXt-bower
2+
NeXt UI Toolkit `bower` and `npm` distribution. You can install this package either with `npm` or with `bower`.
3+
4+
Current version: 0.10
5+
6+
# Install
7+
### bower
8+
9+
```shell
10+
bower install NeXt
11+
```
12+
13+
Then link NeXt to your `index.html`:
14+
15+
```html
16+
<script src="/bower_components/next-bower/js/next.js"></script>
17+
<link rel="stylesheet" href="/bower_components/next-bower/css/next.css" />
18+
```
19+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "next-bower",
3+
"homepage": "http://next-ui.com",
4+
"authors": [
5+
"Aikepaer Abuduweili <aaikepae@cisco.com>"
6+
],
7+
"description": "NeXt UI Toolkit bower and npm distribution.",
8+
"main": [
9+
"js/next.js",
10+
"css/next.css"
11+
],
12+
"moduleType": [],
13+
"keywords": [
14+
"NeXt",
15+
"topology",
16+
"SDN"
17+
],
18+
"dependencies": {
19+
},
20+
"ignore": [],
21+
"version": "0.10.0",
22+
"license": "EPL-1.0"
23+
}

0 commit comments

Comments
 (0)