lingyi1105 / vuejs-forge-the-project-lp

The official SaaS App Landing Page Project for Vue.js Forge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Forge Logo

Vue.js Forge Official SaaS App Landing Page Repo

We're super excited to be teaming up with the community to build a SaaS Project Management App together!

During the event we'll not only build a Project Management SaaS application together but we'll even put together an awesome marketing landing page with Nuxt.js and ButterCMS.

Use this repo to keep up with the landing page code as it's being worked on live by event speakers.

Where things are

This repo includes the code at the end of Maya's talk.

To see the end result of Maria's talk please visit this repo

Talk slides

https://slides.com/mayashavin/nuxt-landing-pages

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

The official SaaS App Landing Page Project for Vue.js Forge


Languages

Language:TypeScript 48.2%Language:Vue 35.4%Language:JavaScript 15.2%Language:CSS 1.2%