https://github.com/wiiiiam278/flesh
Frontend Vue.js / Nuxt.js web app for William278.net
https://github.com/wiiiiam278/flesh
nuxtjs vuejs website
Last synced: about 1 year ago
JSON representation
Frontend Vue.js / Nuxt.js web app for William278.net
- Host: GitHub
- URL: https://github.com/wiiiiam278/flesh
- Owner: WiIIiam278
- License: other
- Created: 2022-10-03T14:39:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T16:01:44.000Z (about 1 year ago)
- Last Synced: 2025-04-15T17:58:57.751Z (about 1 year ago)
- Topics: nuxtjs, vuejs, website
- Language: Vue
- Homepage: https://william278.net
- Size: 91.1 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flesh
#### Frontend Vue App for William278.net
Source for the frontend for William278.net, written in Vue.js / Nuxt (v3). All Rights Reserved
Please get in touch if you wish to use this frame for your own personal website.
See also: [bones](https://github.com/WiIIiam278/bones), the corresponding backend service.
## Setup
Navigate to the root directory and run `npm install` to get the packages, then run `npm run dev` to start the server.
You can set the following environment variables to set the port and the hostname:
* `HOST` - The host the server will listen on. Defaults to `localhost`.
* `PORT` - The port the server will listen on. Defaults to `8000`.
To deploy for production, run `npm run build` to build the site, then you can deploy that through a node web server via `node .output/server/index.mjs`. Check the nuxt docs for more deployment options, etc.
---
© [William278](https://william278.net/), 2025. All rights reserved.