Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcospassos/croct-nuxt2-example
Example of how to integrate Croct with Nuxt 2.
https://github.com/marcospassos/croct-nuxt2-example
croct nuxt vue
Last synced: 9 days ago
JSON representation
Example of how to integrate Croct with Nuxt 2.
- Host: GitHub
- URL: https://github.com/marcospassos/croct-nuxt2-example
- Owner: marcospassos
- Created: 2023-04-26T15:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T18:46:31.000Z (over 1 year ago)
- Last Synced: 2024-10-26T03:06:08.198Z (about 2 months ago)
- Topics: croct, nuxt, vue
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# croct-nuxt2-example
This is a simple example of how to use [Croct](https://croct.com) with Nuxt 2.
## Getting started
To run this example, you need to have [Node.js](https://nodejs.org) and [NPM](https://www.npmjs.com) installed.
First, install the dependencies:
```bash
npm install
```Then, start the development server:
```bash
npm run dev
```Finally, open [http://localhost:3000](http://localhost:3000) in your browser.