Updated notes

This commit is contained in:
CharlieDigital
2022-01-15 11:39:37 -05:00
parent 61617a19db
commit 55903c0623

View File

@@ -15,3 +15,12 @@ This is inspired by [Evan You's presentation at VueConf Toronto](https://www.you
Having worked in Vue and React, one thing that is clear is that the Vue community reflects the fact there is a bit more of what Fred Brookes terms "conceptual integrity" because of the nature of how the ecosystem is being designed and architected as a community with a clear direction and leadership. Having worked in Vue and React, one thing that is clear is that the Vue community reflects the fact there is a bit more of what Fred Brookes terms "conceptual integrity" because of the nature of how the ecosystem is being designed and architected as a community with a clear direction and leadership.
In the Vue ecosystem, there are a clear set of "best practices" which are coalescing around key building blocks which simplifies the overall architecture and, in my opinion, enhances productivity. In the Vue ecosystem, there are a clear set of "best practices" which are coalescing around key building blocks which simplifies the overall architecture and, in my opinion, enhances productivity.
## Usage
```
cd web
yarn run dev
```
See the [Vite template README](web/README.md) for more details and notes.