vue2.0+router+vuex+express 构建淘票票的全栈demo
This project involves building a Taopiaopiao page using Vue 2.0, Express, and React. The purpose of this project is twofold: to learn about Vue 2.0 and to provide a learning demo for those interested in Vue 2.0. The project includes a server service to simulate a server environment and provide data to the frontend. It has two environments: a frontend development environment hosted on port 8080 and a server service environment on port 9090. The main technologies used are Vue 2.0, Vue Router, Vuex, Mint UI, Node.js, and Express.
vue2.0-taopiaopiao directory.npm install
server directory.npm install
npm start
vue2.0-taopiaopiao directory:npm run dev
vue2.0-taopiaopiao directory:npm run deploy
http://localhost:9090/app
The project aims to provide a learning demo for Vue 2.0 enthusiasts by building a Taopiaopiao page using Vue 2.0 and Express. It features two environments, a server service for data, and utilizes technologies like Vue Router, Vuex, Mint UI, Node.js, and Express. Following the installation guide, users can set up the frontend development environment and deploy resources to the server efficiently.