Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/events
Source code for the new Vue.js Events page
https://github.com/vuejs/events
Last synced: 27 days ago
JSON representation
Source code for the new Vue.js Events page
- Host: GitHub
- URL: https://github.com/vuejs/events
- Owner: vuejs
- Created: 2019-01-27T20:27:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T12:47:55.000Z (7 months ago)
- Last Synced: 2024-04-13T21:44:17.458Z (7 months ago)
- Language: Vue
- Homepage: https://events.vuejs.org
- Size: 14.9 MB
- Stars: 253
- Watchers: 17
- Forks: 88
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Vue.js Events
This repo contains the site for Vue.js Events in an effort to centralize all Vue.js community efforts (e.g., meetups, conferences and workshops).
Please check out the [Issues board](https://github.com/vuejs/events/issues) for discussions and tracking progress.
## Getting Setup
### Requirements
1. [Node.js](https://nodejs.org/en/) v8.0+
1. [yarn](https://yarnpkg.com/en/) - Strongly recommended### Instructions
1. Fork the repo
1. Clone the repo
1. Run `yarn`
1. Run `yarn dev`## Contributing
This site is built on [VuePress](https://vuepress.vuejs.org/). Please see their [Guide](https://vuepress.vuejs.org/guide/) for more information on how it works.