Rhaast / new-S_Coder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s_coder

一个用于程序员做笔记提问题的webapp

vue相关生态


  1. vue
  2. vue-router
  3. vue-cli

UI组件库


mint-ui

第三方插件

  1. axios
  2. mavonEditor
  3. better-scroll

构建工具

webpack

预览

发布笔记

日历签到

更换头像

注册登录

评论功能

实现的功能


  • 下拉刷新,上拉加载
  • 首页轮播
  • 注册登录
  • 发布笔记,提问题
  • 评论以及回复
  • 签到
  • 更换头像

项目结构


├── build              // 构建服务和webpack配置
├── config             // 不同环境的配置
├── dist               // webpack打包的目录
├── index.html         // 入口文件
├── src                // 源码目录
│   ├── assets         // 各种静态资源
│   ├── components     // 页面视图
│   ├── router         // 路由配置
│   ├── App.vue        // 主页面
│   └── main.js        // Webpack 预编译入口
├── static         // 重置样式

Build Setup

# cd s_coder 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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About


Languages

Language:Vue 66.9%Language:CSS 24.2%Language:JavaScript 8.2%Language:HTML 0.8%