-
Notifications
You must be signed in to change notification settings - Fork 17
Add getting started Vue.js #431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b1a6d62
to
a956d99
Compare
Codecov Report
@@ Coverage Diff @@
## 6-dev #431 +/- ##
========================================
Coverage ? 96.52%
========================================
Files ? 33
Lines ? 1556
Branches ? 0
========================================
Hits ? 1502
Misses ? 54
Partials ? 0 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## 6-dev #431 +/- ##
========================================
Coverage ? 96.52%
========================================
Files ? 33
Lines ? 1556
Branches ? 0
========================================
Hits ? 1502
Misses ? 54
Partials ? 0 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
=======================================
Coverage 95.97% 95.97%
=======================================
Files 33 33
Lines 1641 1641
=======================================
Hits 1575 1575
Misses 66 66 Continue to review full report at Codecov.
|
e48c4f3
to
149d54f
Compare
…ng-started-vuejs-standalone
ccf28f8
to
d25d801
Compare
This PR should be on |
npm install kuzzle-sdk | ||
``` | ||
|
||
In the _App.vue_ file, you should remove the tag, the import and the component registration of the `HelloWorld` component, we won't use it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nitpicking) I wonder if file names shouldn't be better enclosed between backquotes (i.e. fixed font, grey background) instead of being put in italic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used backquotes for properties, method names and HTML tags. Should I do the opposite ?
Co-Authored-By: Sébastien Cottinet <scottinet@protonmail.com>
Co-Authored-By: Sébastien Cottinet <scottinet@protonmail.com>
Co-Authored-By: Sébastien Cottinet <scottinet@protonmail.com>
Co-Authored-By: Sébastien Cottinet <scottinet@protonmail.com>
Co-Authored-By: Adrien Maret <amaret93@gmail.com> Co-Authored-By: Sébastien Cottinet <scottinet@protonmail.com>
Cypress tests still failing. |
…ing-started-vuejs-standalone
…o/sdk-javascript into getting-started-vuejs-standalone
## What does this PR do? This getting-started has been added to the documentation before but removed because vuepress can't build with it. It was approved in those PR : #405 and #406 Add VueJS getting started without vuex to SDK JS6 documentation. Resolve the build problem of the vuepress doc (Vuepress tried to build .vue files of the getting-started and crash) by adding symlink.  :warning: need to add following line in doc/6/getting-started/vuejs/standalone/index.md line 14 after merge: ``` You can find the full code of this guide [here](https://github.com/kuzzleio/sdk-javascript/tree/6-dev/doc/6/getting-started/vuejs/standalone).```:warning: ### How should this be manually tested? See documentation: - Step 1 : npm run doc prepare - Step 2 : npm run doc-dev Test getting started project (You'll need the CYPRESS_RECORD_KEY as environment variable) - Step 1 : Get a Kuzzle running without anonymous restrictions - Step 2 : cd doc/6/getting-started/vuejs && npm ci - Step 3 : npm run serve-standalone - Step 4 : npm run test ### Other changes / ### Boyscout /
# Description Import #431 and #436 to v7: commits were cherry-picked, then the getting started directories were moved to the `doc/7` documentation directory. Finally, the `test-doc` script has been adapted to run tests on the v7 version of the getting started. Those are the only changes made, there should be no need to review the full content of this PR (but you may do it if you want to)
What does this PR do?
This getting-started has been added to the documentation before but removed because vuepress can't build with it.
It was approved in those PR : #405 and #406
Add VueJS getting started without vuex to SDK JS6 documentation.
Resolve the build problem of the vuepress doc (Vuepress tried to build .vue files of the getting-started and crash) by adding symlink.
You can find the full code of this guide [here](https://github.com/kuzzleio/sdk-javascript/tree/6-dev/doc/6/getting-started/vuejs/standalone).
How should this be manually tested?
See documentation:
Test getting started project (You'll need the CYPRESS_RECORD_KEY as environment variable)
Other changes
/
Boyscout
/