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

https://github.com/math-pixel/nuxt-test


https://github.com/math-pixel/nuxt-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# nuxt-test Cookie clicker

## Installation

``` bash
$ git clone this project
$ cd nuxt-test
# install dependencies
$ npm install # Or yarn install
```

## Usage

### Development

``` bash
# serve with hot reloading at localhost:3000
$ npm run dev
```

Go to [http://localhost:3000](http://localhost:3000)

### Production

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

### Generate

``` bash
# generate a static project
$ npm run generate
```