Giter Site home page Giter Site logo

vue-express-dev-boilerplate's Introduction

Vue + Express 前后端脚手架

在原版本基础之上,修改了webpack的相关配置文件。使得项目可以运行build命令,编译vue相关代码。 前端部分增加了vue全家桶(vue-router,vuex) 后端express部分增加有history模式,支持前端路由。需要传统后端路由方式的话,请注释掉server/index.jsapp.use(history()) 重新修改了文件夹结构

1.10 版本

  • 去掉了相关UI组件的配置,如果需要进行配置的话可以参考官方资料
  • 删除了不需要的package

fork源:southerncross/vue-express-dev-boilerplate

关键词

  • Vue (vue-router + vuex)
  • Express
  • Nodemon
  • Webpack
  • Npm

文件目录

.
├── LICENSE
├── README.md
├── nodemon.json
├── package.json
├── src
│   ├── client
│   │   ├── App.vue
│   │   ├── components
│   │   │   └── Hello.vue
│   │   │── static
│   │   │── router
│   │   │── store
│   │   │── views
│   │   └── index.js
│   └── server
│       ├── index.js
│       ├── config
│       ├── dao
│       ├── model
│       ├── router
│       ├── public
│       │   └── favicon.ico
│       └── views
│             └── index.html
├── build
│   ├── build.js
│   ├── clicheck-version.js
│   ├── dev-client.js
│   ├── utils.js
│   ├── vue-loader.conf.js
│   ├── webpack.base.conf.js
│   ├── webpack.dev.conf.js
│   └── webpack.prod.conf.js
├── config
     ├── dev.env.js
     ├── index.js
     └── prod.env.js

用法

  1. 安装依赖包

    npm install

  2. 运行开发环境

    npm run dev 或者 npm start

  3. build前端代码

    npm run build

    生成后的代码会在根目录的dist目录下。 此时可专门写一个生产环境启动express的脚本。

参考资料

Some ideas are stolen from them, really appreciated.

vue-express-dev-boilerplate's People

Contributors

frenchbread avatar konata9 avatar southerncross 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.