2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 11:40:34 +03:00

Merge pull request #319 from pimlie/feat-jest

feat: major refactor, cleanup and jest tests
This commit is contained in:
Sébastien Chopin
2019-02-19 17:18:02 +01:00
committed by GitHub
70 changed files with 8976 additions and 923 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 locally; clone this repository and run `cd examples && yarn install` in the root directory, then run `yarn start`. Head to http://localhost:3000 or run with `HOST=0.0.0.0 PORT=8080 yarn start` to change host or port
If you would like to help to develop vue-meta then run `yarn install` both in the root and examples dir and run `yarn dev`