Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

vankooch/nuxt2-typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js Meta Framework to create complex, fast & universal web applications quickly.

Description

A Nuxt.js starter project template without the distraction of a complicated development environment.

It comes with

  • Vue
  • Nuxt 2
  • Typescript
  • SCSS
  • Webpack 4
  • Bootstrap 4 (Vanilla)

I've included vanilla Bootstrap 4 without direct binding to Vue. As vanilla bootstrap needs jQuery and popper.js those two libarary are also included. Of course you can switch to a Bootstrap 4 version with Vue mapping like Bootstrap-Vue

Installation

This is a project template for vue-cli.

$ vue init vankooch/nuxt2-typescript-template my-project
$ cd my-project
# install dependencies
$ yarn install

Usage

Development

# serve with hot reloading at localhost:3000
$ yarn dev

Go to http://localhost:3000

Production

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

Generate

# generate a static project
$ yarn generate

About

vue + nuxt 2 + typescript + scss + webpack 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •