Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenmcvicker/nuxt-2-starter
A Vue 2 and Nuxt 2 starter project
https://github.com/stephenmcvicker/nuxt-2-starter
Last synced: 5 days ago
JSON representation
A Vue 2 and Nuxt 2 starter project
- Host: GitHub
- URL: https://github.com/stephenmcvicker/nuxt-2-starter
- Owner: StephenMcVicker
- Created: 2022-07-20T10:34:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T09:25:04.000Z (about 1 year ago)
- Last Synced: 2023-09-05T11:14:22.762Z (about 1 year ago)
- Language: JavaScript
- Size: 735 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nuxt 2 Starter
![Screenshot](Screenshot.png)
A template project using a similar frontend to bonkers.
Example uses computed properties, local data, data stored in Vuex, i18n, global SCSS variables, and a default layout and page structure.# How to run
Clone the project into a folder using `git clone`
Run `yarn` to install any packages needed.
Run locally on your machine with `yarn dev` which should default to localhost:3030# Tech Stack
Nuxt 2
Vue 2
Vuex
i18n
Javascript
pug
scss