https://github.com/math-pixel/nuxt-test
https://github.com/math-pixel/nuxt-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/math-pixel/nuxt-test
- Owner: math-pixel
- Created: 2024-03-08T09:10:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T10:45:24.000Z (about 2 years ago)
- Last Synced: 2025-05-14T06:51:17.352Z (about 1 year ago)
- Language: Vue
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```