Coder Social home page Coder Social logo

message-board's Introduction

Vue留言板

一个基于Vue的留言板练习作业

安装 & 启动

# 下载项目
git clone http://10.32.5.29:8080/Neil/vue-guestbook.git

# 进入项目
cd vue-guestbook

# 安装依赖
npm install

# 启动应用 localhost:8080
npm run dev

项目结构

.
├── config.js                   # 项目配置文件
├── build/                      # webpack 配置文件
│   └── ...
├── src/
│   ├── main.js                 # app 入口文件
│   ├── App.vue                 # app 主组件
│   ├── components/             # ui 组件
│   │   └── ...
│   └── assets/                 # 模块静态资源,会被 webpack 打包
│       └── ...
├── static/                     # 纯静态资源,打包是直接被复制
├── .babelrc                    # babel 配置
├── .eslintrc.js                # eslint 配置
├── index.html                  # index.html 模版
└── package.json                # 命令和依赖列表

message-board's People

Contributors

helloando avatar missy0u avatar

Watchers

James Cloos avatar  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.