Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsajiravand/my_cv
About Me
https://github.com/parsajiravand/my_cv
javascript nuxt nuxtjs vue
Last synced: about 1 month ago
JSON representation
About Me
- Host: GitHub
- URL: https://github.com/parsajiravand/my_cv
- Owner: parsajiravand
- Created: 2021-10-16T23:35:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:16:45.000Z (8 months ago)
- Last Synced: 2024-06-18T19:09:44.415Z (8 months ago)
- Topics: javascript, nuxt, nuxtjs, vue
- Language: TypeScript
- Homepage: https://parsajiravand.netlify.app/
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.