Nuxt.js in action-Vue.js server-side rendering framework
Create a Nuxt.js project
First, make sure you have installed Node.js and yarn or npm. Then, create a new Nuxt.js project through the command line:
yarn create nuxt-app my-nuxt-project
cd my-nuxt-project
During the creation process, you can choose wh...
tech.tianyaschool.com17 min read