Skip to content

Commit

Permalink
Merge branch 'premium-master-holder'
Browse files Browse the repository at this point in the history
  • Loading branch information
baky30 committed Jan 29, 2025
2 parents 58f43bb + d8709b4 commit 68c9f15
Show file tree
Hide file tree
Showing 460 changed files with 38,574 additions and 1,192 deletions.
106 changes: 24 additions & 82 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,31 @@
# Sing App Vue Dashboard - free and open source admin dashboard template
Including a responsive layout and high-quality UI built with Bootstrap 4.5, this repository offers a glimpse into the [Sing App Vue Dashboard](https://flatlogic.github.io/sing-app-vue-dashboard/#/app/dashboard) through its limited free version. The comprehensive package also includes full versions of [Bootstrap 4](https://flatlogic.com/admin-dashboards/sing-app-html5/demo), [React](https://flatlogic.com/admin-dashboards/sing-app-react/demo) with backend integration, [Vue.js](https://flatlogic.com/admin-dashboards/sing-app-vue/demo),[Angular](https://flatlogic.com/admin-dashboards/sing-app-angular/demo), and [Angular JS](https://flatlogic.com/admin-dashboards/sing-app-angularjs/demo), covering many development needs in the [business software](https://flatlogic.com/) landscape.
# vue-cli


[View Demo](https://flatlogic.com/templates/sing-app-vue-dashboard/demo) | [Download](https://github.com/flatlogic/sing-app-vue-dashboard/archive/master.zip) | [Available versions](https://flatlogic.github.io/sing-app-vue-dashboard/#/app/dashboard) | [More templates](https://flatlogic.com/admin-dashboards) | [Support forum](https://flatlogic.com/forum)

[![header_illustration_fb](https://user-images.githubusercontent.com/36201579/40110692-554a4650-5909-11e8-8cde-30a0dd1f65ad.jpg)](https://flatlogic.github.io/sing-app-vue-dashboard/#/app/dashboard)

## Features

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:
* Bootstrap 4+ & SCSS
* Responsive layout
* Styled Bootstrap components like buttons, modals, etc
* Dashboard sample
* Typography
* Tables
* Notifications
* Base charts
* Icons
* Maps
* Hover sidebar

All other features like themining, login, additional pages, etc are available in a [full version](https://flatlogic.com/templates/sing-app-vue).

[![full-version](https://user-images.githubusercontent.com/36201579/40107708-aa2939d6-5901-11e8-8fc1-b31ad46326b7.png)](https://flatlogic.com/admin-dashboards/sing-app-html5/demo)

Building a project from scratch means that there is a lot of things to keep track of all at once: analytics, dynamic forms data, UI and UX elements, and much more. This simple admin template is well suited for web apps or any other website or project that requires admin dashboard. This template will serve as a solid foundation for your upcoming project and will save you a lot of time and, hence, money.

## Quick Start

#### 1. Get the latest version

You can start by cloning the latest version of Sing App Vue Dashboard on your local machine by running:

```shell
$ git clone -o sing-app-vue-dashboard -b master --single-branch \
https://github.com/flatlogic/sing-app-vue-dashboard.git MyApp
$ cd MyApp
## Project setup
```
yarn install
```

#### 2. Run `yarn install`

This will install both run-time project dependencies and developer tools listed
in [package.json](../package.json) file. We are moving all dependencies to npm, so there will be no bower dependencies soon.

#### 3. Run `yarn build`

This command will build the app from the source files (`/src`) into the output
`/dist` folder. Then open `dist/index.html` in your browser.

Now you can open your web app in a browser, on mobile devices and start
hacking. The page must be served from a web server, e.g. apache, nginx, WebStorm built-in web server, etc., otherwise some features may not work properly.

#### 3. Run `yarn serve`
This command will watch for changes in `/src` and recompile vue templates & scss styles on the fly.

For more information please refer to full [documentation](https://demo.flatlogic.com/sing-app/documentation).


## Integration
[![integration sample](https://user-images.githubusercontent.com/1212194/40719370-1931c15c-641c-11e8-8285-a950eb155582.png)](https://flatlogic.com/templates/sing-app-vue/demo)

Sing App is a part of admin dashboard solution provided by Flatlogic. We can integrate admin dashboards with such systems as your accounting software, customer relationship management (CRM) system, email management, marketing automation, website analytics program, etc. Customized Sing App can be a great way to learn about your products usability and extendability. With this dashboard, the owner of the website (platform) can easily track orders and their success rate, track social metrics such as the most popular referring social media sites and their appropriate URLs, monitor sales states and periods of growth to better understand what makes users tick. [Contact us](https://flatlogic.com/contact) to learn more.

## Documentation
For full documentation, visit [https://demo.flatlogic.com/sing-app/documentation/](https://demo.flatlogic.com/sing-app/documentation/).

## Support
For any additional information please go to our [**support forum**](https://flatlogic.com/forum) and raise your questions or feedback provide there. We highly appreciate your participation!

## How can I support developers?
- Star our GitHub repo :star:
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20NodeJS,%20React%20and%20Bootstrap!&url=https://github.com/flatlogic/sing-app&via=flatlogic).
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).
- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/)
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:
### Compiles and hot-reloads for development
```
yarn run start
```

## More from Flatlogic
- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✔️Pure css way to make inputs look prettier
- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application
### If you use app with backend support, please use
```
yarn run start:backend
```

## Premium themes
Looking for premium themes and templates? Check out our other templates at [flatlogic.com](https://flatlogic.com/templates).
### Compiles and minifies for production
```
yarn run build
```

## License
### Run your tests
```
yarn run test
```

Sing App Vue Dashboard version is [MIT](https://github.com/flatlogic/sing-app-vue-dashboard/blob/master/LICENCE)-licensed.
### Lints and fixes files
```
yarn run lint
```
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
'@vue/app'
],
plugins: [
"@babel/plugin-proposal-optional-chaining"
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-syntax-optional-chaining"
]
};
150 changes: 113 additions & 37 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,71 +1,147 @@
# Changelog

## [v2.1.9]
## [v5.5.7] - 22/11/2024

### Updated
- Update dependencies and Fixes
- Fixed dev mode errors

## [v5.5.6] - 03/05/2023

### Fix dependencies errors
### Updated dependecies

## [v2.1.8]
## [v5.5.5] - 23/08/2022

### Updated Bootstrap from 4.6.0 to 5.1.3
### Updated Bootstrap-vue from 2.21.2 to 2.22.0
### Updated VUE from 2.6.12 to 2.7.6
### Updated dependencies
### Updated theme-colors, colors

## [v5.5.4] - 22/10/2021

### Updated
- Update dependencies
- Add link to generator in sidebar
### Add link to generator in sidebar

## [v2.1.7]
## [v5.5.3] - 16/04/2021

### Updated
- Update design
### Update dependencies

@amcharts/amcharts4: 1.6.0 -> 4.10.17
@ckeditor/ckeditor5-vue: 1.0.2 -> 1.0.3
apexcharts: 3.24.0 -> 3.26.0
chroma-js: 2.1.0 -> 2.1.1
vue-apexcharts: 1.6.0 -> 1.6.1
vue-tour: 1.5.0 -> 1.6.0

## [v2.1.6]
### Fixed
- Fix transparent sidebar

## [v5.5.2] - 12/04/2021

### Updated
- Update dependencies
- Fix errors in sidebar and icon page
- Update for work with a new backend;
- Update support links;

### Fixed
- Fix links in a documentation;
- Fix footer in a login/register page

## [v5.5.1]

- Fix icons animation
- Fix images naming
- Fix calendar buttons
- Fix 404 page

## [v2.1.5]
## [v5.5.0]

- Updated documentation

## [v5.4.9]

### Updated
- Update footer on login page
- Fix navbar, several icons

## [v2.1.4]
## [v5.4.8]

### Updated
- Header: add more space between badge and arrow, clean logo;
- Dashboard: switch button to badge in main table;
- Typography: fixed the typos and adaptive;
- Notifications: fix error notification and 'close' color;
- Update dependencies and changelog.
- Update sidebar and navbar design

## [v2.1.3]
## [v5.4.7]

### Updated
- Navbar: fix adaptive, broken links, add padding;
- Helper: fix icons and colors;
- Dashboard: change icon arrow color;
- Table: fix button margin, add colors to badges;
- Notifications: fix error notification;
- Typography: fix mobile view;
- Charts: fix several colors;
- Update dependencies.

## [v2.1.2]
- Update dependencies
- Fix error in icon page

## [5.4.6]

### Updated

- Update footer on login page

## [5.4.5]

### Fixed

- Much work has been done to improve and correct a lot of small bugs.

## [5.4.4]

### Fixed

- Update dependency

## [v2.1.1]
### Updated
## [5.4.3]

### Fixed

- Update dependency
- Fix animation class
- Fix Echart Donut Chart in charts page
- Fix link in them helper

## [5.4.2]

### Fixed

- Fix invalid token validation

## [5.4.1]

### New Features

- added new seed version
- added some chat functionality
- updated documentation

### Fixed

- fixed bugs

## [5.4.0]

### New Features

- added brand new chat component

### Fixed

- removed old chat sidebar
- fixed bugs

## [5.3.1]

## [v2.1.0]
### Updated

- New Design
- updated and fixed tour component

### Fixed

- fixed bugs

## [5.3.0]

## [v2.0.0]
### Updated

- Remove All Jquery
- updated design
- updated customization colors
2 changes: 2 additions & 0 deletions jqueryStub.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// this is an workaround of jquery requirement for the vue-bootstrap-slide library
module.exports = null;
Loading

0 comments on commit 68c9f15

Please sign in to comment.