1. 全局安装Nuxt.js

1
npm install -g nuxt

2. 新建项目

1
nuxt init demo1

3. 运行项目

1
2
cd my-static-site
npm run dev

添加页面

在根目录创建pages文件夹,nuxt会自动配置路由