Skip to content

M-Abdullahi/vuetable-2-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuetable-2-tutorial

This is a Vuetable-2 tutorial project. The tutorial content is here

If you're using Bootstrap 3 CSS, clone the code from vuetable-2-tutorial-bootstrap instead.

If you're using Bulma CSS, clone the code from vuetable-2-tutorial-bulma.

Setup

Clone the project and install it using npm or yarn.

# install dependencies
npm install

# you might need to do "npm update" due to some dependencies update

# each lesson contains the code that is tagged according to the lesson itself.
# to select the code for lesson 1
git checkout lesson-1

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

Find any mistake? Open an issue and I'll have a look. Cheers!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.3%
  • Vue 33.3%
  • HTML 2.4%