No description
This repository has been archived on 2026-04-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 60.1%
  • Vue 32.5%
  • SCSS 7.4%
Find a file
2021-06-28 20:30:43 +09:00
.github feat: initial commit 2021-06-27 18:01:31 +09:00
assets feat: initial commit 2021-06-27 18:01:31 +09:00
components feat: initial commit 2021-06-27 18:01:31 +09:00
layouts feat: initial commit 2021-06-27 18:01:31 +09:00
middleware feat: initial commit 2021-06-27 18:01:31 +09:00
pages feat: initial commit 2021-06-27 18:01:31 +09:00
plugins feat: initial commit 2021-06-27 18:01:31 +09:00
static feat: initial commit 2021-06-27 18:01:31 +09:00
store feat: initial commit 2021-06-27 18:01:31 +09:00
.editorconfig feat: initial commit 2021-06-27 18:01:31 +09:00
.eslintrc.js feat: initial commit 2021-06-27 18:01:31 +09:00
.gitignore feat: initial commit 2021-06-27 18:01:31 +09:00
.prettierrc feat: initial commit 2021-06-27 18:01:31 +09:00
commitlint.config.js feat: initial commit 2021-06-27 18:01:31 +09:00
nuxt.config.js feat: mode to static 2021-06-28 20:30:43 +09:00
package.json feat: initial commit 2021-06-27 18:01:31 +09:00
README.md feat: initial commit 2021-06-27 18:01:31 +09:00
stylelint.config.js feat: initial commit 2021-06-27 18:01:31 +09:00
tailwind.config.js feat: initial commit 2021-06-27 18:01:31 +09:00
tsconfig.json feat: initial commit 2021-06-27 18:01:31 +09:00
yarn.lock feat: initial commit 2021-06-27 18:01:31 +09:00

ariah-web

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn generate

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