Skip to content

nuxt-egg/starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Starter

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

Live demo: https://liylblog.com/nuxt-egg/starter

Installation

This is a project template for vue-cli.

$ vue init nuxt-egg/starter my-project
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

Development

# serve with hot reloading at localhost:7001
$ npm run dev

Go to http://localhost:7001

Production

# build for production and launch the server
$ npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • Vue 31.3%
  • CSS 5.6%