egd-ngocnd / vuejs-demo

Code deploy on

Home Page:https://egd-ngocnd.github.io/vuejs-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueJS Demo

Show Demo on VueJS Demo

Project implement Basic Sorting Algorithms

Get Started

# install dependencies
npm install

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

Or use yarn

yarn install

Features

Sorting-algorithms

Searching Algorithms

Deloy github pages

set -e

# build
npm run build

# navigate into the build output directory
cd dist

# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME

git init
git add -A
git commit -m 'deploy'

# if you are deploying to https://<USERNAME>.github.io
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master

# if you are deploying to https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages

cd -

Clone code

$(".algo").find("li").each(function(){
    console.log("* [ ] [" + $(this).text() + "](" + $(this).find("a").attr("href") + ")")
});

About

Code deploy on

https://egd-ngocnd.github.io/vuejs-demo/


Languages

Language:Vue 86.7%Language:JavaScript 6.1%Language:HTML 4.0%Language:Shell 3.2%