An open API service indexing awesome lists of open source software.

https://github.com/robertoachar/workshop

Workshop template.
https://github.com/robertoachar/workshop

vue vuepress workshop

Last synced: 2 months ago
JSON representation

Workshop template.

Awesome Lists containing this project

README

        

# workshop

Generated by [Workshop Generator](https://github.com/robertoachar/generator-workshop).

> Workshop template.

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/workshop.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| ---------------------- | --------------- |
| Start development mode | `npm start` |
| Lint code | `npm run lint` |
| Build for production | `npm run build` |

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[CC-BY-NC-SA-4.0 - Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)