Skip to content

jqzheng2727/saowen-app-by-Vue

 
 

Repository files navigation

saowen-app-by-Vue

仿扫文小院

后端服务器跟隔壁一样,这里主要联系前端Vue的使用。

移动端界面,界面是我自己瞎倒腾的。

所有素材来自网络,仅供个人学习和练习使用


这是移动端,之前写了个web端的,去看隔壁???

用到的技术栈

Nodejs+mongodb+Vue.js+vue-router+vuex

Build Setup

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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


进度记录

  • 写好了界面

预览1
截图1 预览2
截图1 预览3
截图1 预览4
截图1 预览5
截图1 预览6
截图1 预览7
截图1 预览8
截图1

  • 数据渲染完成

下面仍旧是杂七杂八的笔记。

创建模板

vue init webpack  (your project name)

编译环境

cd (your project name)
npm install
npm run dev

访问 http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.1%
  • Vue 27.4%
  • HTML 18.3%
  • CSS 11.2%