https://github.com/auriopinto/mastering-web
Web Design Course(Web-技术)
https://github.com/auriopinto/mastering-web
auriopinto from tongji-university vue web-coourse
Last synced: about 1 month ago
JSON representation
Web Design Course(Web-技术)
- Host: GitHub
- URL: https://github.com/auriopinto/mastering-web
- Owner: AurioPinto
- Created: 2019-05-13T10:45:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T02:56:27.000Z (over 5 years ago)
- Last Synced: 2025-02-10T02:25:10.838Z (3 months ago)
- Topics: auriopinto, from, tongji-university, vue, web-coourse
- Language: Vue
- Homepage:
- Size: 55 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Design Course
The UI of this Web App was written using the Vue FrameworK in JavaScript.
To run the server, please make sure you have installed vue
- Installation
```css
npm install-g @vue/cli
# OR
yarn global add @vue/cli
```You can check you have the right version (3.x) with this command:
- vue --version
After Vue has been installed, and the source code of the Web Design Course has been retrieved
run
- npm run serve
If you are familiar with JavaScript and are considering to go more in depth with the Vue framework, please visit the following website:
vue [doc](https://vuejs.org/)

