8000 First stab at SFC to npm documentation by mgdodge · Pull Request #1558 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

First stab at SFC to npm documentation #1558

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 9 commits into from
May 25, 2018
Prev Previous commit
Next Next commit
Update url to vue-sfc-rollup utility in acknowledgements
  • Loading branch information
Michael Dodge committed May 2, 2018
commit b384983575f5eb68b9badf61bf583763e3282d8a
2 changes: 1 addition & 1 deletion src/v2/cookbook/packaing-sfc-for-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ The process here is the result of what was learned looking at other vue modules

## Acknowledgements

This recipe is the result of a lightning talk given by [Mike Dodge](https://twitter.com/mgdodgeycode) at VueConf.us in March 2018. He has published a utility to npm which will quickly scaffold a sample SFC using this recipe. You can download the utility, [vue-sfc-rollup](https://www.npmjs.com/package/vue-sfc-rollup), from npm. You can also [clone the repo](https://github.com/mgdodge/vue-sfc-rollup) and customize it to fill your needs.
This recipe is the result of a lightning talk given by [Mike Dodge](https://twitter.com/mgdodgeycode) at VueConf.us in March 2018. He has published a utility to npm which will quickly scaffold a sample SFC using this recipe. You can download the utility, [vue-sfc-rollup](https://www.npmjs.com/package/vue-sfc-rollup), from npm. You can also [clone the repo](https://github.com/team-innovation/vue-sfc-rollup) and customize it to fill your needs.
0