https://github.com/fajarbc/fajarbc.github.io
Github page for @fajarbc
https://github.com/fajarbc/fajarbc.github.io
javascript nuxt nuxtjs vue vuejs
Last synced: about 1 month ago
JSON representation
Github page for @fajarbc
- Host: GitHub
- URL: https://github.com/fajarbc/fajarbc.github.io
- Owner: fajarbc
- Created: 2022-04-30T16:17:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-15T04:23:40.000Z (about 1 year ago)
- Last Synced: 2025-06-15T05:28:00.059Z (about 1 year ago)
- Topics: javascript, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://fajarbc.github.io
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
yarn
```
## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Locally preview production build:
```bash
yarn preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.