Git Product home page Git Product logo

themeselection / sneat-vuetify-vuejs-laravel-admin-template-free Goto Github PK

View Code? Open in Web Editor NEW
49.0 6.0 9.0 1.67 MB

Production Ready, Carefully Crafted, Extensive Vuejs Laravel Free Admin Template 🤩

Home Page: https://demos.themeselection.com/sneat-vuetify-vuejs-laravel-admin-template-free/demo/dashboard

License: MIT License

JavaScript 5.77% PHP 13.84% CSS 0.35% Vue 41.94% SCSS 32.52% Blade 1.39% TypeScript 4.13% HTML 0.08%
admin-dashboard admin-template free-admin-dashboard free-admin-template free-admin-theme admin-panel dashboard-templates laravel-admin-panel laravel-admin-template laravel-vue

sneat-vuetify-vuejs-laravel-admin-template-free's Introduction

sneat-logo

Production Ready, Carefully Crafted, Extensive Vuetify Admin Template

license GitHub Workflow Status GitHub release Twitter Follow

Sneat – Vuetify Vuejs Laravel Admin Template Demo Screenshot

Introduction 🚀

If you’re a developer looking for an admin dashboard that is developer-friendly, rich with features, and highly customizable look no further than Sneat. We’ve followed the highest industry standards to bring you the very best VueJS-based Laravel Admin Template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.

Build premium quality applications with ease. Use our innovative admin template to create eye-catching, high-quality, and high-performing single-page applications. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.

View Demo

Installation ⚒️

Please visit our docs for installation guide.

What's Included 📦

  • Dashboard
  • Account Settings
  • Pages
    • Login
    • Register
    • Error
  • User Interface
    • Typography
    • Icons
    • Basic Cards
    • Tables
    • Form Layouts

What's in Premium Version 💎

Sneat Laravel Free Version Sneat Laravel Premium Version
Demo Demo
Download Purchase
Single vertical menu Vertical (+ vertical collapsed) & Horizontal menu
Simple Light/Dark theme 3 Skin variants w/ light/dark theme support: Default, Bordered & Semi-dark
1 Simple Dashboard 3 Niche Dashboards
- 5 API ready applications
Simple From Elements Advance form elemens, validation & form wizard
Basic Cards Basic Cards + Advanced Cards + Statistics Cards
- API ready JWT Authentication flow
- Access Control (even on CRUD operations)
- Quick Search - Quickly navigate between pages (w/ hotkey support)
Basic Pages Authentication Pages in 2 variants + Ready to use pages like Pricing, FAQ, Knowledge base, etc
- 3D Characters + Illustrations
Basic tables Advanced tables
Manual customization Quick customization using theme config file
- Advanced Charts
1 Chart Library 2 Chart Libraries
- Multiple Navbar & Menu Options
- Starter-kit
- Internationalization support in components
Regular Support Priority Support
Basic Documentation

Documentation 📜

Check out our live Documentation

Browser Support 🖥️

chrome   firefox   safari   Microsoft Edge

*It also supports other browser which implemented latest CSS standards

Contributing 🦸

Contribution are always welcome and recommended! Here is how:

  • Fork the repository (here is the guide).
  • Clone to your machine git clone https://github.com/YOUR_USERNAME/REPO_NAME Make your changes
  • Create a pull request

Contribution Requirements 🧰

  • When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate.
  • If you use content provided by another party, it must be appropriately licensed using an open source license.
  • Contributions are only accepted through Github pull requests.
  • Finally, contributed code must work in all supported browsers (see above for browser support).

Changelog 📆

Please refer to the CHANGELOG file. We will add a detailed release notes to each new release.

Support 🧑🏻‍💻

For free products, enjoy community support via GitHub issues. Upgrade to Premium for dedicated support from our expert team.

License ©

  • Copyright © ThemeSelection
  • Licensed under MIT
  • All our free items are Open Source and licensed under MIT. You can use our free items for personal as well as commercial purposes. We just need an attribution from your end. Copy the below link and paste it at the footer of your web application or project.
    <a href="https://themeselection.com/">ThemeSelection</a>

Also Available In

html   html   html_laravel   html_django   net_core   next.js   react   vue   vue_laravel   nuxt   angular  

Looking For Premium Admin Templates ?? 👀

ThemeSelection provides Selected high quality, modern design, professional and easy-to-use Fully Coded Dashboard Templates & UI Kits to create your applications faster!

If you want to Download Free Admin Templates like Sneat then do visit ThemeSelection.

Useful Links 🎁

Social Media 🌍

sneat-vuetify-vuejs-laravel-admin-template-free's People

Contributors

abhidave001 avatar ajaypatelaj avatar alokvishu avatar deepkumbhare85 avatar jd-solanki avatar pruthvipraj00 avatar yagnikvamja 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

Watchers

 avatar  avatar  avatar  avatar  avatar

sneat-vuetify-vuejs-laravel-admin-template-free's Issues

vite.config.js

Steps to reproduce

i setup new project follow your guide. After that, i create a api to test with new vue file

What is expected?

i wanna you check /resources/js/plugins/axios and clean error

What is actually happening?

my terminal show error can't find aixos at /resources/js/plugins/ :
Failed to load url /resources/js/plugins/axios (resolved id: .../appdemo/resources/js/plugins/axios) in .../appdemo/resources/js/pages/test.vue. Does the file exist?
in vite config:
'@axios': fileURLToPath(new URL('./resources/js/plugins/axios', import.meta.url)),
it running after i change to '@axios': fileURLToPath(new URL('./node_modules/axios', import.meta.url)), but extension eslint still notif: Unable to resolve path to module '@axios'.

Screenshot 2023-07-15 at 01 52 50

Additional data

Datatables not showing

Steps to reproduce

Hi I try to implement data tables to my project but somehow its not showing at first but after importing vuetify labs it shows but not what I expected:

image

here is my code:

<template>
    <div>
        <VRow>
            <VCol cols="12" align="end">
                <RouterLink to="/permohonan/create">
                    <VBtn prepend-icon="bx-plus-circle" size="small">Permohonan Baru</VBtn>
                </RouterLink>
            </VCol>

            <VCol cols="12">
                <VDataTable
                    :headers="headers"
                    :items="items"
                    height="250"
                    class="elevation-1"
                >
                    <template v-slot:[`item.pemohon`]="{ item }">
                        <span>{{ item.pemohon?.nama ?? '' }}</span>
                    </template>
                    <template v-slot:[`item.maklumat`]="{ item }">
                        <span>{{ item.maklumat?.nama_sistem_aplikasi ?? '' }}</span>
                    </template>
                    <template v-slot:[`item.created_at`]="{ item }">
                        <span>{{ item.created_at }}</span>
                    </template>
                    <template v-slot:[`item.actions`]="{ item }">
                        <RouterLink :to="`/permohonan/${item.id}`">
                            <VBtn icon>
                                <VIcon>bx-show</VIcon>
                            </VBtn>
                        </RouterLink>
                    </template>
                </VDataTable>
            </VCol>
        </VRow>
    </div>
</template>

<script>
import { ref, onMounted } from 'vue'
import PermohonanService from '../../../services/permohonan'

export default {
    setup() {
        const items = ref([])

        const headers = ref([
            { text: 'ID', value: 'id', class: 'text-uppercase' },
            { text: 'Pemohon', value: 'pemohon', align: 'center' },
            { text: 'Nama Sistem Aplikasi', value: 'maklumat', align: 'center' },
            { text: 'Tarikh Permohonan', value: 'created_at', align: 'center' },
            { text: 'Actions', value: 'actions', align: 'center' }
        ])

        const loadData = async () => {
            try {
                const response = await PermohonanService.lists()
                items.value = response.data.data
            } catch (error) {
                console.error('Failed to load data:', error)
            }
        }

        onMounted(() => {
            loadData()
        })

        return {
            items,
            headers,
            loadData
        }
    }
}
</script>

What is expected?

Expecting to show the details inside datatable

What is actually happening?

image

List.vue:43 [Vue warn]: Invalid VNode type: undefined (undefined) 
  at <Anonymous align=undefined fixed=undefined fixedOffset=0  ... > 
  at <VDataTableRow key="item_1" onClick=undefined index=0  ... > 
  at <VDataTableRows loading=false loadingText="$vuetify.dataIterator.loadingText" hideNoData=false  ... > 
  at <VTable class="v-data-table elevation-1" style= {}[[Prototype]]: Object height="250"  ... > 
  at <VDataTable headers= (5) [{…}, {…}, {…}, {…}, {…}]0: class: "text-uppercase"text: "ID"value: "id"[[Prototype]]: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()__proto__: (...)get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()1: {text: 'Pemohon', value: 'pemohon', align: 'center'}2: {text: 'Nama Sistem Aplikasi', value: 'maklumat', align: 'center'}3: {text: 'Tarikh Permohonan', value: 'created_at', align: 'center'}4: {text: 'Actions', value: 'actions', align: 'center'}length: 5[[Prototype]]: Array(0) items= [{…}] height="250"  ... > 
  at <VCol cols="12" > 
  at <VRow> 
  at <List onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {…} > > 
  at <RouterView> 
  at <VCardText> 
  at <VCard> 
  at <VCol cols="12" > 
  at <VRow> 
  at <Permohonan onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {…}[[Handler]]: Object[[Target]]: Object[[IsRevoked]]: false > > 
  at <RouterView> 
  at <VerticalNavLayout> 
  at <DefaultLayoutWithVerticalNav> 
  at <Default onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > > 
  at <RouterView> 
  at <VApp style="--v-global-theme-primary: 0,124,213" > 
  at <App>

Additional data

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.