/projectvuive

A little Vue.js app to learn Vue.js and some sorting algorithms

Primary LanguageVue

Project Vui Vẻ

One of my Vue.js project to learn Vue.js and some sorting algorithms

Demo

View demo here

Setup

Open cmd, terminal or something...

cd projectvuive

# install dependencies
npm install or yarn install

# start server
npm run start or yarn start

Open another cmd, terminal or something...

cd projectvuive

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

# build for production with minification
npm run build

Build With