Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steve000/nuxt-demo

基于vue的Nuxt脚手架
https://github.com/steve000/nuxt-demo

nuxtjs typescript vuejs2

Last synced: 9 days ago
JSON representation

基于vue的Nuxt脚手架

Awesome Lists containing this project

README

        

# nuxt-scaffold

> Nuxt.js TypeScript 开发脚手架

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

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

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

# generate static project
$ npm run generate
```