# dbks-vue **Repository Path**: secriy/dbks-vue ## Basic Information - **Project Name**: dbks-vue - **Description**: 数据库课程设计—企业网站管理系统前端解决方案 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2022-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dbks-vue > 本项目基于Vue框架实现 > > 实现数据的展示、修改、创建等 > > @Author:[Secriy](https://github.com/secriy), [Devil](https://gitee.com/YJDevil), [cocop](https://gitee.com/cocop) ## 框架&工具 1. [Vue CLI](https://cli.vuejs.org/) 2. [Vue.js](https://vuejs.org/) 3. [Vue Router](https://router.vuejs.org/zh/) 4. [axios](https://github.com/axios/axios) ## 项目结构 - node_modules:软件依赖 - public:基础资源 - src:源码 - api:封装axios,实现RESTful API - assets:静态资源(css、image) - components:基础布局组件 - views:页面组件 - router:路由 - App.vue:入口页面 - main.js ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).