# nuxt2-website **Repository Path**: chichengyu/nuxt2-website ## Basic Information - **Project Name**: nuxt2-website - **Description**: nuxt2基础模板搭建 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-27 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt2-website 使用nuxt2搭建了路由守卫与[iview文档](https://v2.iviewui.com/docs/guide/install) ,直接开箱即用 - [node环境](https://mirrors.aliyun.com/nodejs-release/v0.8.11/docs/download/): v14.21.3 - [nuxt版本,需vpn](https://v2.nuxt.com/docs/get-started/installation): v2.0.0 - [view-design版本](https://v4.iviewui.com/docs/introduce): ^4.7.0 - [nuxt/axios官方文档](https://axios.nuxtjs.org/) 这里提供一个完整带依赖的下载包:`链接:https://share.weiyun.com/1FfBOdUZ 密码:ssyp7z` ## Build Setup ``` bash # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start # generate static project $ npm run generate ``` For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).