# anranweb_nuxt **Repository Path**: web_design_of_web_frontend/anranweb_nuxt ## Basic Information - **Project Name**: anranweb_nuxt - **Description**: vue+nuxt+Bootstrap - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.anranweb.cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-03-18 - **Last Updated**: 2023-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxtBootstrap > 安然网--前端代码 > [在线预览](http://www.anranweb.cn/ "安然网") ## Build Setup ``` bash # 安装依赖包 $ npm install --registry=https://registry.npm.taobao.org # 运行开发模式 $ npm run dev # 发布到服务器 $ npm run build $ npm start # 打包成静态文件发布 $ npm run generate ``` ## 项目目录 ``` ├── assets // 静态资源 │ ├── css // 样式文件 │ ├── img // 图片资源 │ ├── services // api请求 │ └── utils // 常用工具类 ├── components // 组件目录 ├── layouts // 布局目录 ├── middleware // 中间件目录 ├── pages // 页面目录 ├── plugins // 插件目录 ├── static // 静态文件目录 ├── store // 全局 store管理 ├── .gitignore // git 忽略项 ├── nuxt.config.js // 配置文件 └── package.json // package.json ```