Skip to content

Commit 3f9b2fa

Browse files
authored
Make it clear that cookbook isn't meant to be a step-by-step guide (#2139)
* Make it clear that cookbook !== ABC guide * Tweak the wording a bit to avoid the duplicate of "ecosystem" * Grammar fixes
1 parent f2cfd7c commit 3f9b2fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/cookbook/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ How is the cookbook different from the guide? Why is this necessary?
1616

1717
* **Exploring the Ecosystem**: For advanced features, we assume some ecosystem knowledge. For example, if you want to use single-file components in Webpack, we don't explain how to configure the non-Vue parts of the Webpack config. In the cookbook, we have the space to explore these ecosystem libraries in more depth - at least to the extent that is universally useful for Vue developers.
1818

19+
<p class="tip">With all these differences, please note that the cookbook is still _not_ a step-by-step manual. For most of its content, you are expected to have a basic understanding of concepts like HTML, CSS, JavaScript, npm/yarn, etc.</p>
20+
1921
## Cookbook Contributions
2022

2123
### What we're looking for

0 commit comments

Comments
 (0)