/ClassSystem

选课系统vue前端示例

Primary LanguageJavaScript

#### 运行此vue项目:
1. 解压缩ClassSystem.zip文件
2. 进入coursesystem文件夹
3. 打开命令行,输入npm run dev
4. 运行成功之后会有提示:Compiled successfully. Your application is running here: http://localhost:8080(这个端口可能改变)

#### 或参照coursesystem目录下的README.md:
# coursesystem

> A Vue.js project

## Build Setup

``` bash
# 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 a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

**运行项目需要首先安装node和npm**