1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

add usage page in getting started guide,

add readme npm and CDN installation guide
This commit is contained in:
Michal Wolny
2020-11-15 19:29:32 +01:00
parent 60f0f4f871
commit dde02732ef
42 changed files with 934 additions and 36 deletions
+16
View File
@@ -73,6 +73,22 @@ Once you complete the setup, you'll be able to run the various commands provided
Run `npm run build` for reforms a one off build application without refresh.
Open [http://localhost:3001](http://localhost:3001) to configure the Web server.
## Installation
Tabler is distributed via npm.
```sh
npm install --save @tabler/core
```
### CDN support
All files included in `@tabler/core` npm package are available over a CDN.
```html
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css">
<script src="https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"></script>
```
## Feature requests