2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 17:50:33 +03:00

feat: major refactor, cleanup and jest tests

This commit is contained in:
pimlie
2019-02-09 21:45:22 +01:00
parent 9dfb001d4e
commit 5d64d43862
61 changed files with 8598 additions and 822 deletions
+3 -1
View File
@@ -847,4 +847,6 @@ If this were not the case, you would have to instruct Babel to convert `default`
# Examples
To run the examples; clone this repository & run `npm install` in the root directory, and then run `npm run dev`. Head to http://localhost:8080.
To run the examples; clone this repository & run `cd examples && npm install` in the root directory, and then run `npm run start`. Head to http://localhost:8080.
If you would like to help to develop vue-meta then run `npm install` both in the root and examples dir and run `npm run dev`