We using Nuxt in coffeekzn.ru - interesting library for Server Side Rendering .
Let’s start a new app from Nuxt template:
Great, let’s look at the nuxt.config.js file:
It’s a template and skeleton for our application, so we added some header tags here like CSS and JS, Google maps plugin and GA and YM counters.
Let’s start our app, and open http://localhost:3000 in web browser.
One of the interesting thing - we can generate static pages for each route with command, it works superfast:
Production
To run your app on production server, you should use two commands:
Enjoy your app.