Skip to content

tanishgupta07/Flibo_cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flibo Task


Problem Statement

  • Use Vue CLI to create a new project (https://cli.vuejs.org/)
  • Create 1 Vue JS application having 1 component where there should be an input field to accept numbers only. If users inputs non-numeric value, application should prompt to input numeric value only.
  • A submit button, when clicked, should print cube of the number.

Dependencies Required


  • NodeJS
  • NPM
  • Vue/Cli

Getting Started


Follow the steps to run the app:

  1. Install the Vue Cli npm install -g @vue/cli

  2. Clone this repository $ git clone https://github.com/tanishgupta07/Flibo.git

  3. Goto the root directory cd Flibo

  4. Run the application npm run serve

Releases

No releases published

Packages

No packages published