Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 459 Bytes

vue_simple_app

Created with CodeSandbox My Simple App build with Vue

Installing

  1. Clone the repository
https://github.com/AchmadWahyu/vue_simple_app

2. Install dependencies, this can take a minute

cd vue_simple_app
npm install

3. Start the local server

npm run serve

Your browser should now open and show the app. Otherwise open http://localhost:3000/ in your browser. Editing files will automatically refresh the page.