Skip to content

UCLALibrary/meap-website-nuxt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

855 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm dev

Production

Static Build:

# pnpm
pnpm generate

Locally preview static build:

# pnpm
pnpm start

Check out the deployment documentation for more information.

Make sure local .env is updated

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 43.9%
  • Vue 42.7%
  • TypeScript 5.9%
  • HTML 5.2%
  • SCSS 2.3%