Skip to content

visualjerk/nuxt-element

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt.js + ElementUI

A Nuxt.js and ElementUI starter project template.

This template follows best practices to include ElementUI in Nuxt.js. You get an easily customizable ElementUI theme and on-demand component import.

Prerequisites

Make sure to have node 8.0+ and npm 5.0+ installed

Installation

This is a project template for vue-cli.

$ vue init visualjerk/nuxt-element 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:3000
$ npm run dev

Go to http://localhost:3000

Production

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

Generate

# generate a static project
$ npm run generate

About

Nuxt.js starter project template with element.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.4%
  • JavaScript 26.8%
  • CSS 24.8%