0.2.5 • Published 5 years ago

uplanapp v0.2.5

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Requirements

暂未适配 vue-cli@3.x,请注意。

  • vue@^2.3.0(for .sync modifier)
  • webpack@^2.0
  • node@^7.6(development)

Quick Start

uplanapp2 template is directly modified from Vue official webpack template.

npm install vue-cli -g
vue init airyland/uplanapp2 projectPath

cd projectPath
npm install // or yarn
npm run dev // or yarn dev