Files
vue-tippy/docs/README.md
T
Georges KABBOUCHI 3cb6402466 generate docs
2020-12-29 19:16:06 +02:00

28 lines
457 B
Markdown

# vue-tippy
## Setup
Install dependencies:
```bash
yarn install
```
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).