# events
**Repository Path**: mirrors_vuejs/mirrors_vuejs_events
## Basic Information
- **Project Name**: events
- **Description**: Source code for the new Vue.js Events page
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-09
- **Last Updated**: 2025-10-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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/) v20 recommended + use [`export NODE_OPTIONS=--openssl-legacy-provider`](https://stackoverflow.com/a/75414915/8816585) in your terminal
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.