GithubHelp home page GithubHelp logo

vikdiesel / admin-one-vue-bulma-dashboard Goto Github PK

View Code? Open in Web Editor NEW
229.0 229.0 48.0 29.22 MB

Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported

Home Page: https://vikdiesel.github.io/admin-one-vue-bulma-dashboard/?v=2

License: MIT License

JavaScript 9.73% HTML 7.19% Vue 63.74% SCSS 19.34%
admin-dashboard admin-template buefy bulma bulma-admin bulma-css bulma-css-framework bulma-framework bulma-template bulma-ui vite vitejs vitejs-template vue vue-cli vue-router vue-spa vuejs vuex

admin-one-vue-bulma-dashboard's Introduction

Free admin dashboard templates ๐ŸŽ‰

Tailwindcss Vue.js 3 dashboard

  • admin-one-vue-tailwind - Free Tailwind Vue.js 3 Composition API admin dashboard with dark mode. Vite builds.

Tailwindcss React TypeScript dashboard

Tailwindcss Vue.js 3 Laravel 9.x Inertia dashboard

Tailwindcss HTML dashboard

Bulma Vue.js 2.7 Buefy dashboard

Bulma Laravel Jetstream Inertia Vue dashboard

Bulma HTML/SCSS dashboard

admin-one-vue-bulma-dashboard's People

Contributors

dependabot[bot] avatar vikdiesel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

admin-one-vue-bulma-dashboard's Issues

How to make the sidebar open by default?

We've messed around with this a bit, but can't seem to come to a good solution. Currently we just execute the toggle function when the app opens, but on slower computers this results in you seeing the sidebar animate open. Is there a simple config parameter we've missed somewhere that would allow us to set the sidebar to be open by default?

Thanks Viktor! We've been loving the dashboard thus far-- you did a great job! Please let me know if you have a preferred channel for requests like this (other than GitHub issues).

Strange modal-card-head/foot border animation during modal opening

When a modal is launched you can see a strange border modal-card-head and foot that at the end of the animation disappear, leaving head and foot without any border bottom/top.

If you look at the default modal on Buefy, there's no strange border animation and the two border are always shown.
I think it looks nicer an consistent on the default buefy component.

Thanks.

Icons seem out of alignment?

This gif probably displays it best. Toggling between the free version and the paid version, it becomes apparent that the icons/text seem to not line up? It happens anywhere that there are icons, regardless of text, but in the AsideMenu it seems that the text is also vertically off center.

Not lining up on paid version:
image

Lining up on free version:
image

Been loving it so far! Very nice and clean.

Missing mixins

Just purchased the html version and seem to be getting an error on missing mixins for the nav bar.

It seems that touch and desktop mixins are not present in the mixins file.

Am I missing something where these should be generated somewhere else?

Mobile Aside menu requires 2 clicks to navigate

When navigating using the mobile aside menu on an actual device (emulating mobile on browsers did not have this issue) it takes two clicks(taps) to navigate to the desired page.

Shown below is after initial open of the sidebar the active link is highlighted as expected.
open

Then after the first press the second menu item is also highlighted but nothing is navigated to and the aside menu remains open. Sometimes you can get around it by holding the menu item down for a second or pressing a bit harder, but on a quick tap it does not navigate.
double

not sure if this is intentional or if there is an easy way around this, but I didn't see anything that should be blocking the ui from navigating on the first press so I was hoping you would be able to help figure this out.

Collapsible Menu

Hi..
Does the free version come with a collapsible menu? What else is missing from the free version?

Thanks

vue.config.js assetsDir

Hi,
I'm trying to integrate this template to an existing project but I'm stuck on the paths for the public folder. Seems I've some trouble setting up the vue.config.js and I'm getting the following error during the "npm run build":

ValidationError: Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.

My vue.config.js content:

module.exports = {
  outputDir: '../../public/',
  assetsDir: '/media/panel',
  publicPath: process.env.DEPLOY_ENV === 'GH_PAGES'
    ? '/admin-one-vue-bulma-dashboard/'
    : '/panel',
  indexPath: './panel'
}

Standard MVC structure:

- App
  - Model
  - View
  - Controller
  - Panel (where the Template live)
- Public
  - media
    - panel (where the template front end assets live)
  - index.php (I've created a route '/panel' where the content of the "dist/index.html" should be loaded)
  - .htaccess

Any clue on what I'm doing wrong would be greatly appreciated. Shall I use a most recent template like admin-one-vue-tailwind ?

Thanks in advance

Progress bar in table not centered on mobile

Awesome dashboard! By the time you read this I'll have already bought my copy, but I figured I'd point it out anyway:

image

Problem manifests on my iPhone X in both Safari and Chrome, and on my MacBook Pro when the screen width is small.

Template Slot Label not working

  <b-field horizontal :type="userData.first_name.class" :message="userData.first_name.message">
       <template slot="label">First Name <span class="has-text-danger">*</span></template>
           <b-input
                  v-model="userData.first_name"
                  icon="pencil"
                  placeholder="First Name"
                  name="first_name"
                  maxlength="50"
                />
   </b-field>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.