# nuxtJs-学习 **Repository Path**: ST_wzc/nuxt-js ## Basic Information - **Project Name**: nuxtJs-学习 - **Description**: VUE-nuxt.Js 学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-26 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nuxt ## README # new-nuxtJs # 创建项目: Create Nuxt App $ npx create-nuxt-app <项目名> ? Project name: new-nuxtJs ? Programming language: JavaScript ? Package manager: Npm ? UI framework: None ? Nuxt.js modules: Axios ? Linting tools: ESLint ? Testing framework: None ? Rendering mode: Universal (SSR / SSG) ? Deployment target: Server (Node.js hosting) ? Development tools: jsconfig.json (Recommended for VS Code if you're not using typescript) ? Continuous integration: None ? Version control system: Git ## Build Setup ```bash # 安装依赖 $ npm install # 运行开发环境 at localhost:3000 $ npm run dev # 为生产和启动服务器构建 (发布到服务器) $ npm run build $ npm run start # 生成静态项目 $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).