Skip to content

Commit

Permalink
upd info
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Nov 29, 2021
1 parent 05a9153 commit e5aca9c
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# [Admin One — Free Vue.js 3 Tailwind Admin Dashboard with dark mode](https://justboil.me/tailwind-admin-templates/free-vue-dashboard/)

[![version](https://img.shields.io/github/v/release/justboil/admin-one-vue-tailwind?1.3.0)](https://justboil.me/tailwind-admin-templates/free-vue-dashboard/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.me/tailwind-admin-templates/free-vue-dashboard/)
[![version](https://img.shields.io/github/v/release/justboil/admin-one-vue-tailwind)](https://justboil.me/tailwind-admin-templates/free-vue-dashboard/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.me/tailwind-admin-templates/free-vue-dashboard/)

[![Free Vue 3 Tailwind CSS admin dashboard](https://justboil.me/images/one-v3/repository-tailwind-vue3-vite.png)](https://justboil.github.io/admin-one-vue-tailwind/)

**Admin One** is simple, beautiful and free Vue.js 3 TailwindCSS admin dashboard.

* Built with **Vue.js 3**, **TailwindCSS** framework & **Composition API**
* **Vite** and **Vue CLI** build tools
* **SFC** `<script setup>` [Info](https://v3.vuejs.org/api/sfc-script-setup.html)
* **Dark mode**
* **Styled** scrollbars
* SPA with **Vuex** & **Router**
* **Production CSS** is only **33kb**
* **Production CSS** is only **34kb**
* Reusable components
* Free under MIT License
* [Premium version](https://justboil.me/tailwind-admin-templates/vue-dashboard/) available
Expand All @@ -29,6 +30,7 @@
* [Get code & install](#get-code--install)
* [Vue CLI builds](#vue-cli-builds)
* [Vite builds](#vite-builds)
* [Linting](#linting)
* [Browser Support](#browser-support)
* [Reporting Issues](#reporting-issues)
* [Licensing](#licensing)
Expand Down Expand Up @@ -98,11 +100,6 @@ npm run serve
npm run build
```

#### Lints and fixes files
```
npm run lint
```

### Vite builds

[Vite](https://vitejs.dev) is next Generation Frontend Tooling featuring unbundled web-development
Expand All @@ -117,6 +114,18 @@ npm run build
npm run build:vite
```

### Linting

#### Lint
```
npm run lint
```

#### Lints and fixes files
```
npm run lint:fix
```

## Browser Support

We try to make sure Dashboard works well in the latest versions of all major browsers
Expand Down

0 comments on commit e5aca9c

Please sign in to comment.