mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Update README.md
This commit is contained in:
@@ -306,17 +306,20 @@ Dont forget about close button :)
|
|||||||
To run an example:
|
To run an example:
|
||||||
```sh
|
```sh
|
||||||
# Clone repo
|
# Clone repo
|
||||||
|
|
||||||
git clone https://github.com/euvl/vue-js-modal.git
|
git clone https://github.com/euvl/vue-js-modal.git
|
||||||
|
|
||||||
# Build main library
|
# Run unit tests
|
||||||
|
npm run unit
|
||||||
|
|
||||||
|
# Run linter
|
||||||
|
npm run lint
|
||||||
|
|
||||||
|
# Build main library for client & ssr
|
||||||
cd vue-js-modal
|
cd vue-js-modal
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
# Build and run demo
|
# Build and run demo
|
||||||
|
|
||||||
cd demo
|
cd demo
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|||||||
Reference in New Issue
Block a user