Skip to content

risan/vue-chart-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vue Chart Component with Chart.js

A reactive chart component for Vue.js application, powered by Chart.js library. This is a final working example from my tutorial: Vue Chart Component with Chart.js.

Check out the demo here: risan.github.io/vue-chart-example.

Vue Chart Example

Requirements

The following item is required to run this example:

Installation

1. Clone the Repository

To clone this repository, run the following command on your terminal:

$ git clone git@github.com:risan/vue-chart-example.git

2. Install the Dependencies

Within the project directory, run the following command to install all of the required dependencies:

# Go to the project directory
$ cd vue-chart-example

# Install all of the dependencies
$ npm install

# Or if you prefer to use Yarn
$ yarn install

3. Run the Application ๐ŸŽ‰

To run the application, run the following command:

$ npm run serve

# Or with yarn
$ yarn serve

The above command will start the development server. Open your browser and visit the application at localhost:8080.

4. Build for Production

To build the application for production, run the following command:

$ npm run build

# Or with yarn
$ yarn build

The optimized build files will be available at dist directory.

License

MIT ยฉ Risan Bagja Pradana

About

๐Ÿ“Š Vue Chart Component Example with Chart.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published