Nuxt/README.md

17 lines
350 B
Markdown
Raw Normal View History

2021-06-08 22:26:05 +00:00
# Nuxt
2021-03-28 21:03:37 +00:00
2021-06-08 22:26:05 +00:00
This is the repository for Nuxt3.
2021-03-28 21:03:37 +00:00
2021-06-08 22:26:05 +00:00
## Documentation
2021-03-28 21:03:37 +00:00
2021-06-08 22:26:05 +00:00
You can read documentation online [here](https://nuxt3-docs.vercel.app/get-started/installation)
Contents are at [/docs/content](./docs/content) directory.
2021-03-18 14:26:41 +00:00
## Development
- Clone repository
- Install dependencies with `yarn install`
2021-04-29 08:47:43 +00:00
- Run `yarn stub`
2021-03-18 14:26:41 +00:00
- Open playground with `yarn play`