Skip to content

lllhjf/gongkeTech-website

 
 

Repository files navigation

gongkeTech-website-nuxt2

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 the documentation.

网页内容修改位置

# 文字内容修改
# 三个文件依次对应中日英文

/locales
    |---------------/ zh.json
    |---------------/ ja.json
    |---------------/ en.json

# 图片存放位置
# 在nuxt-img中使用图片,只需要输入文件名+后缀,例如:avatar.jpg

/assets
    |---------------/ images


# 新文章存放位置
# 文章格式参照nuxt/content,图片直接使用文件名+后缀
/content
    |----/ articles
        |----/ release
        |----/ update

About

攻壳智动,nuxt静态站点

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 93.0%
  • JavaScript 5.3%
  • CSS 1.7%