This is the repository of Star Wars Reference Guide project, which provides information about the Star Wars universe.
Use the app online at: https://starwars-vue.netlify.app
- Vue.js
- MaterializeCSS
- Stylus
- NPMz
In order to run this application you will need installed git and NodeJS
# Clone this repository
$ git clone [email protected]:artoryas/starwars_vue.git
# Open the repository
$ cd starwars_vue
# Install dependencies
$ npm install
# Run the app
$ npm run serve
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
npm run build