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.
- Host: GitHub
- URL: https://github.com/antz22/aa-impact-project
- Owner: antz22
- Created: 2021-04-14T18:25:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T12:57:12.000Z (about 5 years ago)
- Last Synced: 2026-03-20T08:56:51.688Z (4 months ago)
- Language: Vue
- Homepage: https://monty-asian-american-project.netlify.app
- Size: 5.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).