Awrora Starter - Vue JS Starter Kit Landing Page
- Ilham Meidi
- Jun 3, 2022
- 1 min read
Updated: Jun 18, 2022
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Read documentation here

Installation
Clone this project
Install module dependencies by run this script in terminal npm install
Finally run the app. npm run dev
Navigate to http://localhost:8000
Deployment
First you need to build the production assets first npm run build
Then start the app npm start
Navigate to http://localhost:8000
Comments