Home
Softono

Nuxtjs Sample

Open source Vue
28
Stars
5
Forks
6
Issues
3
Watchers
3 years
Last Commit

 About Nuxtjs Sample

Nuxtjs sample! Typescript + Vuetify + Jest! (rails api server:

Platforms

Web Self-hosted

Languages

Vue

Links

Need Help Installing Nuxtjs Sample?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxtjs Sample on your server. plans start at just $30.

Nuxtjs Sample

View on GitHub

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.