https://github.com/scbd/aa-portal
Action Agenda Portal
https://github.com/scbd/aa-portal
Last synced: 5 months ago
JSON representation
Action Agenda Portal
- Host: GitHub
- URL: https://github.com/scbd/aa-portal
- Owner: scbd
- License: mit
- Created: 2021-07-14T13:07:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T20:15:27.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T02:46:53.913Z (9 months ago)
- Language: Vue
- Size: 6.33 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aa-portal
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).