But don’t worry! You can still: watch the video · see the demo · deploy this project · see upcoming episodes
If you’re building apps with Vue.js, Nuxt is a powerful way to get up and running quickly! In this episode, Maya Shavin teaches us how to combine Nuxt with Cloudinary for high-power, high-speed development!
- Watch this app get built live + see links and additional resources
- Follow Learn With Jason on Twitch to watch future episodes live
- Add the Learn With Jason schedule to your Google Calendar
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.