vuetable-2
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -0,0 +0,0 @@ // https://github.com/shelljs/shelljs |
@@ -0,0 +0,0 @@ /* eslint-disable */ |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var config = require('../config') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
@@ -0,0 +0,0 @@ // see http://vuejs-templates.github.io/webpack for documentation. |
module.exports = { | ||
NODE_ENV: '"production"' | ||
} |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
{ | ||
"name": "vuetable-2", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A Vue.js 2.0 component for data table", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
[![npm](https://img.shields.io/npm/v/vuetable-2.svg)](https://www.npmjs.com/package/vuetable-2) | ||
[![npm](https://img.shields.io/npm/l/vuetable-2.svg?maxAge=2592000)]() | ||
# vuetable-2 | ||
# vuetable-2 - data table simplify! | ||
> A Vue.js project | ||
--- | ||
## vuetable is only working for Vue 1.x, vuetable-2 is for Vue 2.x | ||
If you're looking for the version that's working with Vue 1.x, please go to [`vuetable`](https://github.com/ratiw/vue-table) repo. | ||
--- | ||
## Build Setup | ||
Documentation is still under development. Meanwhile, check out the [Tutorial](https://github.com/ratiw/vuetable-2-tutorial/blob/master/doc/README.md) | ||
with follow-along project [here](https://github.com/ratiw/vuetable-2-tutorial). It should be enough to get you started. | ||
``` bash | ||
# install dependencies | ||
npm install | ||
If you've been using Vuetable for Vue 1.x before, checkout [what's changed](https://github.com/ratiw/vuetable-2/blob/master/changes.md) for info on changes from Vuetable for Vue 1.x and the [upgrade guide](https://github.com/ratiw/vuetable-2/blob/master/upgrade-guide.md) on how you could upgrade from Vuetable for Vue 1.x. | ||
# serve with hot reload at localhost:8080 | ||
npm run dev | ||
# build for production with minification | ||
npm run build | ||
# run unit tests | ||
npm run unit | ||
# run e2e tests | ||
npm run e2e | ||
# run all tests | ||
npm test | ||
``` | ||
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
@@ -77,3 +77,3 @@ import Vue from 'vue' | ||
}, | ||
'__checkbox:id', | ||
'__checkbox', | ||
{ | ||
@@ -80,0 +80,0 @@ name: 'id', |
@@ -0,0 +0,0 @@ // A custom Nightwatch assertion. |
@@ -0,0 +0,0 @@ require('babel-register') |
@@ -0,0 +0,0 @@ // 1. start the dev server using production config |
@@ -0,0 +0,0 @@ // For authoring Nightwatch tests, see |
@@ -0,0 +0,0 @@ // Polyfill fn.bind() for PhantomJS |
@@ -0,0 +0,0 @@ import Vue from 'vue' |
@@ -0,0 +0,0 @@ # Upgrade Guide |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
277126
16