walkersumida / nuxtjs-sample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Vue 59.0%Language:TypeScript 31.5%Language:JavaScript 7.3%Language:Makefile 0.9%Language:Dockerfile 0.6%Language:SCSS 0.4%Language:Sass 0.2%Language:Shell 0.1%