peelmicro / ethereum-kickstart-vue

Ethereum KickStart web site created with Vue (instead of React) From 'Ethereum and Solidity: The Complete Developer's Guide' Udemy course
58 stars 26 forks source link

Nuxt build required before Nuxt start #1

Open neocybereth opened 6 years ago

neocybereth commented 6 years ago

Hey there,

I ran npm install and then npm start, and errored out:

Error: No build files found, please runnuxt buildbefore launchingnuxt st art

nuxt command not found

neocybereth commented 6 years ago

ah nvm, I ran npm run build to solve this and then ran npm start and BOOM! good to go!