#
Nuxt 3 Server and Faker API Starter
+-+-+-+-+ +-+ +-+-+-+-+-+-+ +-+ +-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+-+
|N|u|x|t| |&| |S|e|r|v|e|r| |&| |F|a|k|e|r| |A|P|I| |S|t|a|r|t|e|r|
+-+-+-+-+ +-+ +-+-+-+-+-+-+ +-+ +-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+-+
01001110 01110101 01111000 01110100 00110011 01010011 01100101
01110010 01110110 01100101 01110010 00100110 01000110 01100001
01101011 01100101 01110010 01000001 01010000 01001001 01010011
01110100 01100001 01110010 01110100 01100101 01110010
#
Nuxt 3 Server and Faker API Starter
- Look at the nuxt 3 documentation to learn more.
#
Clone project and Install Dependencies
Make sure to install the dependencies:
mkdir nuxtFaker
cd nuxtFaker
git clone ttps://github.com/charlpcronje/faker.nuxt.webally.co.za .
# 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.