Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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脚手架
- Host: GitHub
- URL: https://github.com/steve000/nuxt-demo
- Owner: steve000
- Created: 2019-06-21T09:50:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:52:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:09:31.230Z (7 months ago)
- Topics: nuxtjs, typescript, vuejs2
- Language: CSS
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```