All Projects → walkersumida → nuxtjs-sample

walkersumida / nuxtjs-sample

Licence: other
Nuxtjs sample! Typescript + Vuetify + Jest! (rails api server: https://github.com/walkersumida/rails-api-for-front)

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects
SCSS
7915 projects

Projects that are alternatives of or similar to nuxtjs-sample

unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+250%)
Mutual labels:  nuxt, nuxtjs
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+53.57%)
Mutual labels:  nuxt, nuxtjs
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+132.14%)
Mutual labels:  nuxt, nuxtjs
nuxt
Nuxt 3 and Vue 3 client for genealogy project. Family tree and genealogy data processing website software client.
Stars: ✭ 97 (+246.43%)
Mutual labels:  nuxt, nuxtjs
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (-3.57%)
Mutual labels:  nuxt, nuxtjs
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+371.43%)
Mutual labels:  nuxt, nuxtjs
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (+78.57%)
Mutual labels:  nuxt, nuxtjs
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (+282.14%)
Mutual labels:  nuxt, nuxtjs
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (+92.86%)
Mutual labels:  nuxt, nuxtjs
applicationinsights-module
Application Insights module for NuxtJS
Stars: ✭ 14 (-50%)
Mutual labels:  nuxt, nuxtjs
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+89.29%)
Mutual labels:  nuxt, nuxtjs
nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+107.14%)
Mutual labels:  nuxt, nuxtjs
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-25%)
Mutual labels:  nuxt, nuxtjs
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+175%)
Mutual labels:  nuxt, nuxtjs
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (+14.29%)
Mutual labels:  nuxt, nuxtjs
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (+28.57%)
Mutual labels:  nuxt, nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-25%)
Mutual labels:  nuxt, nuxtjs
platform
Community platform for dancers
Stars: ✭ 30 (+7.14%)
Mutual labels:  nuxt, nuxtjs
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (+82.14%)
Mutual labels:  nuxt, nuxtjs
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (-10.71%)
Mutual labels:  nuxt, nuxtjs

nuxtjs-sample

CircleCI

TypeScript + Nuxt.js + Vuetify + Jest

nuxtjs-sample

Run docker

# run docker
$ make docker_up

Run test

$ make docker_bash
$ yarn test

Sample Pages

Demo user

Demo user.

sign in

http://0.0.0.0:8080/sign_in

sign out

http://0.0.0.0:8080/sign_out

post index page(Authorization: required)

http://0.0.0.0:8080/posts

post new page(Authorization: required)

http://0.0.0.0:8080/posts/new

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].