A library of reactive components for rapid development.
In order to run this project, you will need Node.js and NPM installed on your machine.
Please go to http://nodejs.org to install Node if you do not have it installed on your machine.
Check to see if you have Node
node --version
# v8.12.0
Check to see if you nave NPM
npm --version
# 6.4.1
Install smart-x-vue
npm install
Run automated unit tests to ensure components remain functional.
Test each component with Jest and vue-test-utils. Each component should pass a suite of tests that make sure the desired functionality still works.
npm run unit
Or to test a specific component
# npm run unit:[component-name]
npm run unit:smart-table
- Vue - Components developed with Vue.js
- Jest - Unit tested with Jest
- Vue Test Utils - Also unit tested with vue-test-utils
- Vuese - Docs generated with vuese
- James Stanger - Project author - stangerjm
This project is licensed under the MIT License