Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Jan 4, 2024
1 parent df49753 commit 559089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For the list of props, data and styling variables: **:blue_book: read the [API](
- **Page splitting doesn't work with Vue page templates**: This library cannot act on the content managed by Vue (like .vue page templates), because then Vue is lost and the template pages are no longer interactive. The only choice you have is writing plain HTML in the content instead of using .vue templates. You can do interactivity by using HTML elements with the attributes `contenteditable="false"` and `onclick="..."` containing your own JavaScript code.

## Project development
- `npm run serve` compiles and hot-reloads demo for development
- `npm run serve` compiles, serves and hot-reloads demo for development
- `npm run build` compiles and minifies production files and demo

## Licensing
Expand Down

0 comments on commit 559089e

Please sign in to comment.