https://github.com/alexigbokwe/newsletter-frontend
Front end of aa news letter demo app
https://github.com/alexigbokwe/newsletter-frontend
Last synced: 8 months ago
JSON representation
Front end of aa news letter demo app
- Host: GitHub
- URL: https://github.com/alexigbokwe/newsletter-frontend
- Owner: Alexigbokwe
- Created: 2020-12-20T11:41:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T11:43:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T13:52:03.326Z (9 months ago)
- Language: Vue
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newsletter
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).