# crocodile **Repository Path**: sl19940902/crocodile ## Basic Information - **Project Name**: crocodile - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # alphakids > A Vue.js project ## 目录简介 ``` bash build ---------------- 构建相关 config --------------- 配置相关 src ------------------ 源代码 assets ----------- 打包静态的资源 components ------- 页面组件 js --------------- 页面逻辑 api ---------- 请求接口配置 utils -------- 工具对象和方法 mock ---------- -- 模拟数据 router ----------- 路由配置 store ------------ 状态管理 styles ----------- 页面样式 App.vue ---------- 主组件 main.js ---------- 项目初始化逻辑 permission.js ---- 权限管理逻辑 static---------------- 不打包静态的资源 index.html ----------- 主页面 ``` ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).