Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 704 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 704 Bytes

#Famous-Vue

Vue components for Famous


###Installation

git clone https://github.com/irwansyahwii/Famous-Vue
cd Famous-Vue
# rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies

Examples

There are two examples inside the src folder:

  1. src/Twitterus
  2. src/Carousel

Tutorials

  1. Layouting in Famous-Vue

###Development Run the dev server with npm run dev

Now the dev server should be running on localhost:1618

Run the linters with npm run lint

Run All Tests with npm test


###LICENSE

MIT