Giter Site home page Giter Site logo

jiangewu / omega Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pflhm2005/omega

0.0 0.0 0.0 9.32 MB

完整的前端+后台+数据库作品 主要技术栈有vue2+vue-router+webpack+express+mongodb

JavaScript 84.62% CSS 3.60% HTML 1.45% Vue 10.32%

omega's Introduction

Omega

  • 运行方法

确保有node与mongodb数据库,根目录运行

//安装项目依赖
npm install
//先运行数据库
mongod -dbpath "your path"
//热加载模式与普通模式
node-dev app(node app)

连接成功后打开localhost:9000,账号密码默认admin

项目结构:

|-database 					//数据库相关配置js文件
|---CRUP.js					//封装增删改查模块
|---teacher_information.js	//教师详细信息
|---teacher_list.js			//教师目录
|---user_list.js			//用户目录

|-router 					//路由配置文件夹
|---api_router.js			//负责转接页面请求
|---data_router.js			//负责转接数据请求

|-static					//静态资源文件夹
|---css						//样式文件夹
|------...					//一些样式文件

|---images					//图片资源
|------...					//一些图片资源

|---js						//主JS文件夹
|------common.js			//封装ajax 选择符 表单验证正则模块
|------main.js				//配置vue路由与根元素挂载

|---lib						//第三方js与css文件

|---vue						//vue单文件文件夹

|-app.js					//服务器配置相关
|-package.json				//项目依赖包目录
|-README.md					//略
|-webpack.config.js			//废弃 配置已经在服务器配置文件中合并

omega's People

Contributors

pflhm2005 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.