Skip to content

felixle236/frontend-seed

Repository files navigation

frontend-seed

Frontend seed

Configuration

Clone .env.sample to .env in the same directory and update configuration for project.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out NuxtJS and Nuxt TypeScript.

Quick Start With Docker

  • Start docker container: docker-compose up or docker-compose up -d
  • Refer to docker compose document in here.

If node_modules is not exists, it will run npm install before into docker container.

About

FRONTEND SEED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published