Skip to content

egd-ngocnd/vuejs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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") + ")")
});