• Stars
    star
    1,068
  • Rank 43,257 (Top 0.9 %)
  • Language Vue
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ“Š adminLTE to vuejs v2.x converting project



vue2-admin-lte (Demo)

AdminLTE of Admin control panel template Based on Vuejs 2.x Front-end Framework.

Documentation

https://devjin0617.gitbooks.io/vue2-admin-lte-guide/

Demo Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests: coming soon
# npm run unit

# run e2e tests: coming soon
# npm run e2e

# run all tests: coming soon
# npm test

How to use

First, install vue2-admin-lte via npm.

$ npm i --save vue2-admin-lte

append alias config in webpack

module.exports = {
  resolve: {
    alias: {
      'va': 'vue2-admin-lte/src'
    }
  }
}

import css and javascript files

// css files
import 'va/lib/css'

// js files
import 'va/lib/script'

use the components in .vue

<template>
  <va-button
    name="Primary"
    theme="primary"
    size="btn-lg"
    :isFlat="true"
  ></va-button>
</template>

<script>
import VAButton from 'va/components/VAButton.vue'
export default {
  name: 'Button',
  components: {
    'va-button': VAButton
  }
}
</script>

Example

<template>

 ย <va-direct-chat
    :talkList="talkList"
    :badgeCount="3"
    theme="primary"
    title="Direct Chat"
    placeholder="Type Messages ..."
  ></va-direct-chat>

</template>


<script>
import VADirectChat from '../path/to/components/VADirectChat.vue'

export default {
  name: 'App',
  data () {
    return {
      talkList: [
        {
          name: 'Alexander Pierce',
          date: new Date(),
          profileImage: 'http://path/to/image',
          message: `Is this template really for free? That's unbelievable`,
          isMine: false
        },
        {
          name: 'Sarah Bullock',
          date: new Date(),
          profileImage: 'http://path/to/image',
          message: `You better believe it!`,
          isMine: true
        }
      ]
    }
  },
  components: {
    'va-direct-chat': VADirectChat
  }
}

</script>

how to start mock server

node ./mock-server/index.js

how to use Vuex

// /vuex/store.js
import Vue from 'vue'
import Vuex from 'vuex'

import * as actions from './actions'
import * as getters from './getters'
import modules from './modules'

Vue.use(Vuex)

export default new Vuex.Store({
  actions,
  getters,
  modules,
  strict: process.env.NODE_ENV !== 'production'
})

Contributing to Vue2 AdminLTE

The following is a set of guidelines for contributing to Vue2 AdminLTE.

Submitting Issues

You can create an issue here.

If you can, please include:

  • The version, name of Browser you are using
  • The operating system you are using

Other things that will help resolve your issue:

  • Screenshots or gif
  • dev tools or an alert
  • Perform a search to see if a similar issue has already been submitted

Submitting Pull Requests

  • Include screenshots and animated gif in your pull request whenever possible.
  • Use short, present tense commit messages.

More Repositories

1

ripplectron

๐Ÿ’ณ ripple wallet for electron
JavaScript
52
star
2

coin-news

๐Ÿ’ฐ coin(blockchain) news
HTML
26
star
3

nodejs-socket.io-chat-example

this is chat example using nodejs with socket.io
HTML
16
star
4

vue-curation

curation template
JavaScript
12
star
5

vuejs-eventbus-example

this is example of event bus in vue.js.
Vue
8
star
6

nodejs-express-with-vuejs

๐ŸŒธ node.js+express ์•ˆ์— vue.js ์‘ค์…”๋„ฃ๊ธฐ ์˜ˆ์ œ ํ”„๋กœ์ ํŠธ์ž…๋‹ˆ๋‹ค.
JavaScript
8
star
7

coin-chart

๐Ÿฆ simple coin chart project at stock exchange of korea
Vue
6
star
8

github-memo-chrome-extension

this is chrome extension to github repository memo
JavaScript
6
star
9

express-s3-example

JavaScript
5
star
10

coin-asset-manager

JavaScript
5
star
11

jinterest-pinterest-style-web-library

jQuery + Bootstrap Pinterest Style Web Library
HTML
5
star
12

jin-note-web

๐Ÿ“ markdown webnote
Vue
4
star
13

iOS-ChatTableView-CTTableView-Sample-SourceCode

iOS Chat TableView Sample
Objective-C
4
star
14

nodejs-with-realm

nodejs with realm example
JavaScript
4
star
15

message-remover

JavaScript
3
star
16

RippleNative

JavaScript
3
star
17

ripplutter

Flutter + Ripple Wallet
2
star
18

coin-paper

coin newsfeed
JavaScript
2
star
19

awesome-hexo-theme

2
star
20

miner-cms

JavaScript
2
star
21

jin-calendar-javascript-bootstrap

jin-calendar is html calendar source
JavaScript
2
star
22

coinlib-js

Coin Exchange API Library
JavaScript
2
star
23

mask-checker

JavaScript
2
star
24

lambda-test

JavaScript
2
star
25

jest-test

JavaScript
2
star
26

jin-photobook

JavaScript
2
star
27

vue-monaco-editor-example

JavaScript
2
star
28

gitpitch-test

1
star
29

ios-ripple-wallet

๐Ÿ“ฑ ripple wallet for ios
Swift
1
star
30

ios-autolayout-chat

project is chat example to used autolayout
Objective-C
1
star
31

node-jutil

it's my util collection
JavaScript
1
star
32

swift-tag-textview-example

Swift
1
star
33

electron-url-container

JavaScript
1
star
34

access-youtube

JavaScript
1
star
35

node-selenium-example

JavaScript
1
star
36

aaaaaaa-viewer

aaaaaaa game viewer
C#
1
star
37

todoist-api-nodejs

todoist get api test
JavaScript
1
star
38

jin-tistory-skin-bootstrap

jin-tistory-skin(bootstrap). by devjin
1
star
39

Fighter1945-ios-cocos2d

This is Fighter1945 game for iOS made with cocos2d
Objective-C
1
star
40

jin-os-starter

JavaScript
1
star
41

docker-action-example

Github Action, Vuejs, Docker๋ฅผ ๊ฐ€์ง€๊ณ  ํ…Œ์ŠคํŠธํ•ด๋ณด๋Š” ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค.
Vue
1
star
42

namcoin-document

1
star
43

swift-chat-UITableView-example

1
star
44

weex-swift

Ruby
1
star
45

element-admin

1
star
46

rxjs-board

HTML
1
star
47

jira-issue-newsfeed

JavaScript
1
star
48

UITextView_CustomTagAndLink

Objective-C
1
star
49

JDate

JIN Date Util
JavaScript
1
star
50

dev-setup

๋ฐ˜๋ณต์ ์ธ ๊ฐœ๋ฐœ ๋ฐ PCํ™˜๊ฒฝ์„ค์ •๋“ค์„ ๊ธฐ๋กํ•ฉ๋‹ˆ๋‹ค (gist์— ๊ธฐ๋กํ•˜๋‹ค๊ฐ€ ์ €์žฅ์†Œ๋กœ ์˜ฎ๊ฒผ์Šต๋‹ˆ๋‹ค)
Shell
1
star
51

simple-paid-vacation-manager

this is simple manager of paid vacation
JavaScript
1
star
52

jin-api-document

JavaScript
1
star
53

simple-ledger

JavaScript
1
star
54

UIImageView-UIMenuController

Objective-C
1
star
55

coupang-linker

1
star
56

ember-feeds

JavaScript
1
star
57

vue2-admin-lte-guide

๐Ÿ“ƒ vue2-admin-lte guide
1
star