UNPKG

vue-skeleton-content-loader

Version:

Make beautiful, animated loading skeletons that automatically adapt to your Vue apps

35 lines (25 loc) 1.29 kB
# How to start **Note** requires node v20.x.x or higher and npm 10.x.x. ```bash git clone https://github.com/willmendesneto/vue-skeleton-content-loader.git cd vue-skeleton-content-loader npm install npm start ``` # Running test ```bash npm test ``` ## Submitting Pull Requests **Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.** - Please rebase your branch against the current master - Run `npm install` to make sure your development dependencies are up-to-date - Please ensure that the test suite passes **and** that code is lint free before submitting a PR by running: - `npm test` - If you've added new functionality, **please** include tests which validate its behaviour - Make reference to possible [issues](https://github.com/willmendesneto/vue-skeleton-content-loader/issues) on PR comment - This module follows Angular commit message standard, so please make sure that you are following this standard. ## Submitting bug reports - Please detail the affected browser(s) and operating system(s) - Please be sure to state which version of node **and** npm you're using - Please use try to simulate your bug based on [the demo on Stackblitz](https://vue-skeleton-content-loader-sample.stackblitz.io)!