Ryan's personal website
https://ryanmoon.com
Ryan Moon 5d134af053 | ||
---|---|---|
assets | ||
components | ||
content | ||
pages | ||
public | ||
server | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
README.md | ||
app.vue | ||
error.vue | ||
nuxt.config.ts | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
ryanmoon.com
Ryan's personal website
Built with Nuxt.js
Setup
Make sure to install the dependencies:
# yarn
yarn install
Development Server
Start the development server on http://localhost:3000
:
# yarn
yarn dev
Production
Build the application for production:
# yarn
yarn build
# yarn
yarn preview