Getting Started with Nuxt - Part 2

rbus(60)
Published in
#vue
Words
126
Reading
1 min
Listen
Play
5y

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:
Screenshot_2021-03-31 orion.png

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:
Screenshot_2021-03-31 orion(2).png
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

Getting Started with Nuxt - Part 2 | Ecency