Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

jaeheonji/nuxt-typescript-express-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt TypeScript + Express Starter Template

A Nuxt.js and Express template with TypeScript.

This template configures the development environment for using Nuxt and Express as typescript.

⚠️ This template may not be perfect for you. so, please feel free to give me your feedback!

📋 Feature

This template uses the following elements:

  • Nuxt.js: Universal Vue.js Applications.
  • Express: Node.js Web Application Framework.
  • TypeScript: Nuxt.js and Express Backend code uses TypeScript.
  • Linting(tslint): Use the tslint for TypeScript.
  • SASS: Syntactically Awesome Style Sheets.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.

📓 Installation

Vue Cli 2.X (Legacy)

$ vue init jaeheonjee/nuxt-typescript-express-template my-project
$ cd my-project
# install dependencies
$ yarn install

Vue Cli 3

Working on 🔥

✔️ Usage

Development

# serve with hot reloading
$ yarn dev

⚙️ The development server is using Backpack. The default server settings is localhost:3000.

Production

# build for production and launch the server
$ yarn build
$ yarn start

Generate

# generate a static project
$ yarn generate