N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
71 stars 61 forks source link

replace yarn install with yarn dev #12

Closed olsoncarsen closed 2 years ago

olsoncarsen commented 2 years ago

There is no 'serve' script in package.json initially.

N00ts commented 2 years ago

What is the use for this ? You can use "yarn dev" instead. It does not fix anything you just renamed package variable

olsoncarsen commented 2 years ago

I changed README.md file, didn't rename any package scripts. Anyone who will follow your "Play with repo" will get an error: "error Command "serve" not found."

N00ts commented 2 years ago

Added dev instead of serve in readme