Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 524 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 524 Bytes

vue-calendar

Simple calendar with vue.js

Build setup

yarn - recommend

# Install dependencies
yarn install

# Server with hot reload at localhost:8080
yarn run dev

# Build for production with minification
yarn run build
# Install dependencies
npm install

# Server with hot reload at localhost:8080
npm run dev

# Build for production with minification
npm run build

License

MIT © Dang Van Thanh