# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
$ yarn start
For detailed explanation on how things work, check out the documentation.
I didn't see many working examples using NuxtJS, so I've decided to create my own basic boilerplate. nuxt-solana-boilerplate is a Jamstack and open-source boilerplate project that connect your Frontend with the Solana network using the amazing Phantom wallet.
I'm currently working on it to add more features.