-
Notifications
You must be signed in to change notification settings - Fork 17
Add-readme-to-vuejs-getting-started #406
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
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 like this getting started :-) Good work 👍
…uejs-getting-started
Codecov Report
@@ Coverage Diff @@
## add-vuejs-getting-started #406 +/- ##
==========================================================
Coverage 96.31% 96.31%
==========================================================
Files 32 32
Lines 1519 1519
==========================================================
Hits 1463 1463
Misses 56 56
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## 6-dev #406 +/- ##
=====================================
Coverage 96.3% 96.3%
=====================================
Files 32 32
Lines 1517 1517
=====================================
Hits 1461 1461
Misses 56 56 Continue to review full report at Codecov.
|
Co-Authored-By: Adrien Maret <amaret93@gmail.com>
Co-Authored-By: Adrien Maret <amaret93@gmail.com>
Co-Authored-By: Adrien Maret <amaret93@gmail.com>
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.
🙌 High fives buddy, good job.
Please, take a look at my nitpickings and add a line indicating that the whole code is contained in the repo with a link to the folder, so that users may have the big picture of the whole project.
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
…leio/sdk-javascript into add-readme-to-vuejs-getting-started
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
Co-Authored-By: Luca Marchesini <xbill82@gmail.com>
…eadme-to-vuejs-getting-started
…leio/sdk-javascript into add-readme-to-vuejs-getting-started
…leio/sdk-javascript into add-readme-to-vuejs-getting-started
…leio/sdk-javascript into add-readme-to-vuejs-getting-started
|
||
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. | ||
|
||
## Instanciating Kuzzle SDK |
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.
better, no?
## Instanciating Kuzzle SDK | |
## Instanciate Kuzzle SDK |
This reverts commit 438cd4b.
## 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 /
## 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 /
What does this PR do?
Add readme to vueJS getting started (without vuex)
How should this be manually tested?
/doc/6/getting-started/vuejs
folder of this branch in documentation repo (/src/sdk/js/6/getting-started
) without:- node_modules/
- package-lock.json
- /without-vuex/node_modules/
dumpToFile: true,
in/src/.vuepress/config.js
:exclude: ['/sdk/js/6/getting-started/vuejs/without-vuex/src/**/*'],
npm run dev
Other changes
/
Boyscout
/