Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f96e2f

Browse files
add the content of get started
1 parentf302f6e commit6f96e2f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

‎content/GetStarted.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,44 @@
22

33
Carvue is a UI components library which is based on[Carbon-Design](http://www.carbondesignsystem.com/) and[VueJS](https://vuejs.org/) with ❤️ and Proud to be a[vue-awesome](https://github.com/vuejs/awesome-vue#responsive) 🎉
44

5+
##Install
6+
7+
>You need Vue.js 2.0 +
8+
9+
###with NPM or Yarn
10+
11+
```
12+
npm install carvue
13+
14+
or
15+
16+
yarn add carvue
17+
18+
```
19+
20+
###with CDN
21+
22+
#"diff-41c8ea2e2b1e29cbc155cb24a1478efb58a2fa7fc488a114ef20541c3bb7a072-4-23-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">
23+
24+
CSS:https://cdn.jsdelivr.net/npm/carvue/dist/carvue.min.css
25+
26+
##Usage
27+
28+
###NPM or Yarn / Webpack
29+
30+
```js
31+
importVuefrom'vue'
32+
importCarvuefrom'carvue'
33+
import'carvue/dist/carvue.min.css'
34+
35+
Vue.use(Carvue)
36+
37+
```
38+
39+
###CDN / Standalone
40+
41+
```xml
42+
<scriptsrc="https://cdn.jsdelivr.net/npm/vue"></script>
43+
<scriptsrc="https://cdn.jsdelivr.net/npm/carvue/dist/build.min.js"></script>
44+
<linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/carvue/dist/carvue.min.css"></link>
45+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp