After setting up our new nuxtJs application we now need to run our server in localhost:
To do this we should follow this simple commands after creating our app:
To get started:
cd orion
npm run dev
The following will appear in localhost:
PD: I really like Vuesax for ui development so i picked this one in particular.
Playing a bit with vuesax we can make everything very easy and instantly using the premade components this lib bring us.
For example i made this:
This is a sample of a navbar with a child container.
References: https://vuesax.com/
https://nuxtjs.org/
I ll keep updating time by time when i make more progress, im willing to make a vue press application using vuesax and nuxt with SSR. Stay tuned :D