|
1 |
| -# 🤘 Vue Material Admin |
| 1 | +# vue material test model |
2 | 2 |
|
3 |
| -Free and open-source admin dashboard template built with Vue and Vuetify. Developed with ❤️ by [Flatlogic](https://flatlogic.com/). If you love our project please star ⭐️ our repo! |
| 3 | +## This project was generated by Flatlogic Platform. |
4 | 4 |
|
5 |
| -[View Demo](https://templates-flatlogic.herokuapp.com/vue-material/) | [Download](https://github.com/flatlogic/material-vue-full.git) | [More templates](https://flatlogic.com/templates) | [Support forum](https://flatlogic.com/forum) |
| 5 | +## To start the project: |
6 | 6 |
|
7 |
| -[](https://templates-flatlogic.herokuapp.com/vue-material/) |
| 7 | +Install dependencies via yarn |
8 | 8 |
|
9 |
| -## Features |
10 |
| - |
11 |
| -Vue Material Admin is a great template to quick-start development of SAAS, CMS, IoT Dashboard, E-Commerce apps, etc |
12 |
| -Lite version of a Vue Material Admin includes following features and pages: |
13 |
| - |
14 |
| -* Vuetify |
15 |
| -* Responsive layout |
16 |
| -* Vue Apex Charts |
17 |
| -* Simple login / logout |
18 |
| -* Error page |
19 |
| -* Styled Vuetify components like buttons, modals, etc |
20 |
| - |
21 |
| -## Pages |
22 |
| -We have implemented some basic pages, so you can see our template in action. |
23 |
| - |
24 |
| -* Dashboard sample |
25 |
| -* Typography |
26 |
| -* Tables |
27 |
| -* Notifications |
28 |
| -* Charts |
29 |
| -* Icons |
30 |
| -* Maps |
31 |
| -* Chat |
32 |
| -* Login |
33 |
| -* Error page |
34 |
| - |
35 |
| -## Instalation |
36 |
| - |
37 |
| -1. Clone repository |
38 |
| -```shell |
39 |
| -git clone https://github.com/flatlogic/material-vue-full.git |
40 |
| -``` |
41 |
| -2. Get in the project folder |
42 |
| -```shell |
43 |
| -cd material-vue-full |
44 |
| -``` |
45 |
| -3. Install dependencies via npm or yarn |
46 | 9 | ```shell
|
47 | 10 | yarn
|
48 | 11 | ```
|
49 | 12 |
|
50 |
| -## Quick start |
51 | 13 | Run development server
|
| 14 | + |
52 | 15 | ```shell
|
53 |
| -yarn serve |
| 16 | +yarn start:backend |
54 | 17 | ```
|
55 | 18 |
|
56 | 19 | ## Support
|
| 20 | + |
57 | 21 | For any additional information please refer to [Flatlogic homepage](https://flatlogic.com).
|
58 | 22 |
|
59 |
| -## How can I support developers? |
60 |
| -- Star our GitHub repo :star: |
61 |
| -- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20%23VueJS%20and%20%23Bootstrap!&url=https://github.com/flatlogic/light-blue-vue-admin&via=flatlogic). |
62 |
| -- Create pull requests, submit bugs, suggest new features or documentation updates :wrench: |
63 |
| -- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic). |
64 |
| -- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/) |
65 |
| -- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup: |
| 23 | +## To start the project with Docker: |
| 24 | + |
| 25 | +## Description: |
| 26 | + |
| 27 | +The project contains the **docker folder** and the `Dockerfile`. |
| 28 | + |
| 29 | +The `Dockerfile` is used to Deploy the project to Google Cloud. |
| 30 | + |
| 31 | +The **docker folder** contains a couple of helper scripts: |
| 32 | + |
| 33 | +- `docker-compose.yml` (all our services: web, backend, db are described here) |
| 34 | +- `start-backend.sh` (starts backend, but only after the database) |
| 35 | +- `wait-for-it.sh` (imported from https://github.com/vishnubob/wait-for-it) |
| 36 | + |
| 37 | + > To avoid breaking the application, we recommend you don't edit the following files: everything that includes the **docker folder** and `Dokerfile`. |
| 38 | +
|
| 39 | +## Run services: |
| 40 | + |
| 41 | +1. Install docker compose (https://docs.docker.com/compose/install/) |
| 42 | + |
| 43 | +2. Move to `docker` folder. All next steps should be done from this folder. |
| 44 | + |
| 45 | + `cd docker` |
| 46 | + |
| 47 | +3. Make executables from `wait-for-it.sh` and `start-backend.sh`: |
| 48 | + |
| 49 | + `chmod +x start-backend.sh && chmod +x wait-for-it.sh` |
| 50 | + |
| 51 | +4. Download dependend projects for services. |
| 52 | + |
| 53 | +5. Review the docker-compose.yml file. Make sure that all services have Dockerfiles. Only db service doesn't require a Dockerfile. |
| 54 | + |
| 55 | +6. Make sure you have needed ports (see them in `ports`) available on your local machine. |
| 56 | + |
| 57 | +7. Start services: |
66 | 58 |
|
67 |
| -## More from Flatlogic |
68 |
| -- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier |
69 |
| -- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application |
70 |
| -- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL |
71 |
| -- [Sing App](https://github.com/flatlogic/sing-app) - 💥 Free and open-source admin dashboard template built with Bootstrap 4 |
72 |
| -- [Light Blue Dashboard](https://github.com/flatlogic/light-blue-dashboard) - 💦 Free and open-source (no frameworks) admin dashboard template built with Bootstrap |
| 59 | + 7.1. With an empty database `rm -rf data && docker-compose up` |
73 | 60 |
|
74 |
| -## Premium themes |
75 |
| -Looking for premium themes and templates? Check out our other template at [flatlogic.com](https://flatlogic.com/admin-dashboards). |
| 61 | + 7.2. With a stored (from previus runs) database data `docker-compose up` |
76 | 62 |
|
77 |
| -## License |
| 63 | +8. Check http://localhost:3000 |
78 | 64 |
|
79 |
| -Flatlogic One React Template version is [MIT](https://github.com/flatlogic/one-react-template/blob/master/LICENCE)-licensed. |
| 65 | +9. Stop services: |
80 | 66 |
|
81 |
| -* 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. |
| 67 | + 9.1. Just press `Ctr+C` |
0 commit comments