https://github.com/moebiusmania/whats-next-in-frontendland-talk
Slides and source materiaal from my talk "What's next in frontend-land"
https://github.com/moebiusmania/whats-next-in-frontendland-talk
frontend gamepad-api slides talk vue vuepress whats-next
Last synced: 3 months ago
JSON representation
Slides and source materiaal from my talk "What's next in frontend-land"
- Host: GitHub
- URL: https://github.com/moebiusmania/whats-next-in-frontendland-talk
- Owner: moebiusmania
- License: mit
- Created: 2019-05-16T08:04:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T14:41:45.000Z (about 6 years ago)
- Last Synced: 2025-01-31T08:35:34.835Z (5 months ago)
- Topics: frontend, gamepad-api, slides, talk, vue, vuepress, whats-next
- Language: Vue
- Homepage: https://moebiusmania.github.io/whats-next-in-frontendland-talk/
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whats-next-in-frontendland-talk
Slides and source material from my talk "What's next in frontend-land".---
### Project requirements
* Git
* Node.js v10
* Yarn### Using locally
Clone the repo
```bash
$ git clone https://github.com/moebiusmania/whats-next-in-frontendland-talk
```Switch to repo folder & install dependencies
```bash
$ cd whats-next-in-frontendland-talk && yarn
```Start the dev server on `localhost:8080`
```bash
$ yarn start
```### Development
The project is based on Vuepress (*and, as the name implies, Vue.js itself...*) so you may requrie a Vue.js dedicated plugin in your editor to support code highlightning in `.vue` files.If you use [VS Code](https://code.visualstudio.com/) you can grab the excellent [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur).
You can buil locally the project using this command:
```bash
$ yarn build
```Then if you want to publish the fresh built `./slides` folder as a Github Page on the current repo (*if you are owner/contributor*) just run:
```bash
$ yarn deploy
```### License
Released under the [MIT license](LICENSE).