https://github.com/robertoachar/workshop
Workshop template.
https://github.com/robertoachar/workshop
vue vuepress workshop
Last synced: 2 months ago
JSON representation
Workshop template.
- Host: GitHub
- URL: https://github.com/robertoachar/workshop
- Owner: robertoachar
- License: other
- Created: 2018-09-20T15:43:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T20:53:12.000Z (over 6 years ago)
- Last Synced: 2024-12-26T07:42:12.095Z (4 months ago)
- Topics: vue, vuepress, workshop
- Homepage: https://workshop-template.netlify.com/
- Size: 101 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)