An open API service indexing awesome lists of open source software.

https://github.com/antz22/aa-impact-project

Front-end static website project, built from scratch with Vue.js.
https://github.com/antz22/aa-impact-project

Last synced: 3 months ago
JSON representation

Front-end static website project, built from scratch with Vue.js.

Awesome Lists containing this project

README

          

# AA Impact Project

## Description
This was a little school project analyzing Asian American impact on the American identity and American culture (!).
My first project learning vue.js and tailwindcss, and deployed with Netlify. Quite a bit to go lol.

## Project setup
To setup this project on your local system, clone this repository and use these commands.

Install all project dependencies:
```
npm install
```

### Compiles and hot-reloads for development
Load the server on localhost
```
npm run serve
```

### Compiles and minifies for production
For production builds
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).