GitXplorerGitXplorer
t

nuxt-ts-vuetify-i18n-test

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
f4ec14d1de753daee2b67a392f925051b2a3b2d7

Add Vuetify

ttats-u committed 5 years ago
Unverified
536ff686a31c9edf411efcd4e42cc6852cfb1c75

Enable nuxt-i18n

ttats-u committed 5 years ago
Unverified
a02ee378ad082f83ed44c1939b15996fce2d705f

Update nuxt-i18n

ttats-u committed 5 years ago
Unverified
7b0207736e527bdf097bc2c413c813d53d6ec9ca

Update README

ttats-u committed 5 years ago
Unverified
1d11372e19cc759e2d844e3bbbddbac515ad73a2

Enable nuxt-i18n

ttats-u committed 5 years ago
Unverified
b76b8259ed6f402b4976c9641eb946da231aa4a0

Init

ttats-u committed 5 years ago

README

The README file for this repository.

Nuxt.js + TypeScript + Vuetify + i18n Test

I suppose the combination of followings are necessary to create good-looking and easily-maintainable applications if you use Vue.js.

  • [x] ✅ Nuxt.js (2.9+)
  • [x] ✅ TypeScript
  • [x] ✅ Vuetify (2.0+)
  • [x] ✅ nuxt-i18n

Symbols:

  • ✅: Usable without error
  • ⚠: Sometimes causes error
  • 💥: Not usable at all

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 the Nuxt.js docs.