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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user