Skip to content

First part july 2018 #148

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

Merged
merged 54 commits into from
Jul 16, 2018
Merged

First part july 2018 #148

merged 54 commits into from
Jul 16, 2018

Conversation

MachinisteWeb
Copy link
Member

Update de mi-juillet

38elements and others added 30 commits May 11, 2018 16:08
Removed an extra 's' to fix a grammatical mistake
* Add presentation role to style-only li item
* Update todo-list-example for a11y

* Implement review suggestions

 * Use explicit label instead of aria-label
 * Move v-model directive to top for improved readability
* change NODE_ENV to follow recommendations from weback

* Update deployment.md
* Update components.md

* Update components.md

* improve flow of single root component section
* cookbook entry for storage

* minor tweak

* updates to article

* updates to article

* maybe the last tweak

* the honest to god really last mod
…js#1644 (vuejs#1646)

@BlitZz96 brought up a good point in [this issue](vuejs#1644) about users lacking the necessary background knowledge to fully understand Passing Static and Dynamic Props, at least as it relates to booleans and potentially other types in the future. To fix this, I added a new Prop Types section right before it.
* First stab at SFC to npm documentation

* Clean up sample code, clarify .vue usage with SSR builds

* Run build tasks in parallel, fix dependency order

* Backtick all instances of .vue, minor edits for clarity

* Fix typo on link

* Update url to vue-sfc-rollup utility in acknowledgements

* Fix order, other edits suggested by @sdras

* Additional explanation about sfc-to-npm recipe package.json
The phrase "These state management patterns and even Redux itself can be easily integrated into Vue applications" has a link to a deprecated project. 

Instead I link to a yarnpkg.com search I saw used in https://vuejs.org/v2/guide/state-management.html, which links all "redux vue" projects (so it's always up to date)
* Update events.md

correct wrong link

* Update events.md

correct wrong link
* feature: Add link to VueMeetups

* feature: Add section on becoming a community leader

* minor tweaks to meetup section
* Added details about Lifecycle Hooks

Mostly a clarification for beginners without prior knowledge about what Lifecycle hooks are. Makes it easier to understand when perhaps only knowing that the developer has a `mounted()` hook. 

I left out the function syntax because of generality. Add if it makes more sense to add. I am not fully knowledgable in Vue yet.

* add (de)activated to lifecycle hooks list in style guide
chrisvfritz and others added 24 commits June 3, 2018 15:24
* TypeScript project generation in @vue/cli 3.0

update information about generating TypeScript project using new @vue/cli 3.0

* tweaks to Vue CLI 3 TypeScript support docs
* Fix code style in Form Validation recipe

* More style code slight improvement in Form Validation recipe
* New in with + symbol

Signed-off-by: Bruno Lesieur <[email protected]>

* Review of 2.5.0 doc

Signed-off-by: Bruno Lesieur <[email protected]>

* Review

Signed-off-by: Bruno Lesieur <[email protected]>

* Fix syntax typo

Signed-off-by: Bruno Lesieur <[email protected]>

* Add space between new line of documentation

Signed-off-by: MachinisteWeb <[email protected]>

* Add @posva review

Signed-off-by: MachinisteWeb <[email protected]>

* Add french str

Signed-off-by: MachinisteWeb <[email protected]>

* Change directeur to director

Signed-off-by: MachinisteWeb <[email protected]>

* Fix EN doc

Signed-off-by: MachinisteWeb <[email protected]>

* Subtitle for typescript.md

Signed-off-by: MachinisteWeb <[email protected]>

* Revert instance.md

Signed-off-by: MachinisteWeb <[email protected]>
* First draft with 'Simple Example' section

* Fix typo on Docker 'build' command

* Fix copy of multiple files

* Remove unnecessary whitespace

* Fix typo in webpack template link

* First draft of 'Real-World Example'

* Update 'Real-World Example' with multi-stage build

* Add 'Why Dockerize a Vue.js App?' section

* Rename 'Why Dockerize a Vue.js App?' as 'Additinal Context'

* Add 'Alternative Patterns' section

* Minor fix on 'Alternative Patterns'

* Fixed typo

* Update order to avoid collision with other cookbooks

* Clarify why NGINX in real-world example
# Conflicts resolved:
#	src/v2/api/index.md
#	src/v2/cookbook/avoiding-memory-leaks.md
#	src/v2/cookbook/client-side-storage.md
#	src/v2/cookbook/dockerize-vuejs-app.md
#	src/v2/cookbook/packaging-sfc-for-npm.md
#	src/v2/cookbook/unit-testing-vue-components.md
#	src/v2/guide/comparison.md
#	src/v2/guide/components-edge-cases.md
#	src/v2/guide/components.md
#	src/v2/guide/events.md
#	src/v2/guide/forms.md
#	src/v2/guide/index.md
#	src/v2/guide/installation.md
#	src/v2/guide/join.md
#	src/v2/guide/list.md
#	src/v2/guide/migration.md
#	src/v2/guide/single-file-components.md
#	src/v2/guide/transitions.md
#	src/v2/guide/typescript.md
#	src/v2/guide/unit-testing.md
#	src/v2/style-guide/index.md
#	themes/vue/_config.yml
#	themes/vue/layout/index.ejs
#	themes/vue/layout/partials/ecosystem_dropdown.ejs
#	themes/vue/layout/partials/sponsors.ejs
#	themes/vue/source/css/page.styl
@MachinisteWeb MachinisteWeb self-assigned this Jul 16, 2018
@MachinisteWeb MachinisteWeb merged commit 123b1b4 into master Jul 16, 2018
@MachinisteWeb MachinisteWeb deleted the first-part-july-2018 branch July 16, 2018 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.