|
1 |
| -# 🚀 Sing App Vue Dashboard - free and open source admin dashboard |
| 1 | +# vue-cli |
2 | 2 |
|
3 |
| -Responsive admin dashboard template built with Vue.js and Bootstrap 4. Developed with ❤️ by [Flatlogic](https://flatlogic.com/). If you love our project please star ⭐️ our repo! |
4 |
| - |
5 |
| -**Development at risk! Our developer wants to eat and accepted a job offer from McDonalds! Buy a [full version of Sing App](https://flatlogic.com/admin-dashboards/sing-app-vue) to help us hire him again!** * |
6 |
| - |
7 |
| -[View Demo](https://flatlogic.com/admin-dashboards/sing-app-vue-dashboard/demo) | [Download](https://github.com/flatlogic/sing-app-vue-dashboard/archive/master.zip) | [More templates](https://flatlogic.com/admin-dashboards) |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| -This dashboard is a small version of our [Sing App Vue Full](https://flatlogic.com/admin-dashboards/sing-app-vue). There are all ready-to-use components, that are in full version. It is built on the top of vue-cli-3, so it well supported along the web. You can easy customize template by changing SCSS variables. All paddings and colors are in _variables.scss file. |
12 |
| - |
13 |
| -## Features |
14 |
| - |
15 |
| -Using this template you will be able to leverage lots of built-in components and thus focus on building features that set you apart from competitors rather than bulding everything from scratch. Lite version of a Sing-app includes following features and pages: |
16 |
| - |
17 |
| -* Bootstrap 4+ & SCSS |
18 |
| -* Responsive layout |
19 |
| -* Simple login / logout |
20 |
| -* Styled Bootstrap components like buttons, modals, etc |
21 |
| - |
22 |
| - |
23 |
| -## Pages |
24 |
| -We have implemented some basic pages, so you can see our template in action. |
25 |
| - |
26 |
| -* Dashboard sample |
27 |
| -* Typography |
28 |
| -* Tables |
29 |
| -* Notifications |
30 |
| -* Charts |
31 |
| -* Icons |
32 |
| -* Maps |
33 |
| -* Hover sidebar |
34 |
| -* Chat |
35 |
| -* Login |
36 |
| - |
37 |
| -## Instalation |
38 |
| - |
39 |
| -1. Clone repository |
40 |
| -```shell |
41 |
| -git clone https://github.com/flatlogic/sing-app-vue-dashboard |
42 |
| -``` |
43 |
| -2. Get in the project folder |
44 |
| -```shell |
45 |
| -cd sing-app-vue-dashboard |
| 3 | +## Project setup |
46 | 4 | ```
|
47 |
| -3. Install dependencies via npm or yarn |
48 |
| -```shell |
49 |
| -npm install |
50 |
| -``` |
51 |
| -```shell |
52 | 5 | yarn install
|
53 | 6 | ```
|
54 | 7 |
|
55 |
| -## Quick start |
56 |
| -Run development server |
57 |
| -```shell |
| 8 | +### Compiles and hot-reloads for development |
| 9 | +``` |
58 | 10 | yarn run serve
|
59 | 11 | ```
|
60 | 12 |
|
61 |
| -## Support |
62 |
| -For any additional information please refer to [Flatlogic homepage](https://flatlogic.com). |
63 |
| - |
64 |
| -## How can I support developers? |
65 |
| -- Star our GitHub repo :star: |
66 |
| -- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20Vue%20and%20Bootstrap!&url=https://github.com/flatlogic/sing-app-vue-dashboard&via=flatlogic). |
67 |
| -- Create pull requests, submit bugs, suggest new features or documentation updates :wrench: |
68 |
| -- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic). |
69 |
| -- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/) |
70 |
| -- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup: |
71 |
| - |
72 |
| -## More from Flatlogic |
73 |
| -- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier |
74 |
| -- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application |
75 |
| -- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL |
76 |
| -- [Sing App](https://github.com/flatlogic/sing-app) - 💥 Free and open-source admin dashboard template built with Bootstrap 4 |
77 |
| -- [Light Blue Dashboard](https://github.com/flatlogic/light-blue-dashboard) - 💦 Free and open-source admin dashboard template built with Bootstrap |
78 |
| - |
79 |
| -## Premium themes |
80 |
| -Looking for premium themes and templates? Check out our other template at [flatlogic.com](https://flatlogic.com/templates). |
| 13 | +### If you use app with backend support, please use |
| 14 | +``` |
| 15 | +yarn run serve:backend |
| 16 | +``` |
81 | 17 |
|
82 |
| -## License |
| 18 | +### Compiles and minifies for production |
| 19 | +``` |
| 20 | +yarn run build |
| 21 | +``` |
83 | 22 |
|
84 |
| -Sing App Lite version is [MIT](https://github.com/flatlogic/sing-app/blob/master/LICENSE.txt)-licensed. |
| 23 | +### Run your tests |
| 24 | +``` |
| 25 | +yarn run test |
| 26 | +``` |
85 | 27 |
|
86 |
| -* that's a joke actually, but we would really appreciate if you support us by buying a premium version. Anyways free is just free and is limited to only few components, while premium one has more and comes with premium support. |
| 28 | +### Lints and fixes files |
| 29 | +``` |
| 30 | +yarn run lint |
| 31 | +``` |
0 commit comments