- 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.
- NodeJS
- NPM
- Vue/Cli
Follow the steps to run the app:
-
Install the Vue Cli
npm install -g @vue/cli
-
Clone this repository
$ git clone https://github.com/tanishgupta07/Flibo.git
-
Goto the root directory
cd Flibo
-
Run the application
npm run serve