설명 없음

TianChenjiang 367dff1515 chore: 更新dockerfile 4 년 전
assets e9f3c031e5 fix: 禁止用户名输入中文,增加用户信息中展示的数据 4 년 전
components e9f3c031e5 fix: 禁止用户名输入中文,增加用户信息中展示的数据 4 년 전
layouts 07234cb891 每日一题 5 년 전
middleware 8e175a21e5 style fix 5 년 전
pages e9f3c031e5 fix: 禁止用户名输入中文,增加用户信息中展示的数据 4 년 전
plugins e062f0ab22 fix 5 년 전
static 1084065e7f update 6 년 전
store 7189456d52 style: style improvement 5 년 전
test 1b5a4a4c16 create frontend system 6 년 전
.babelrc 1b5a4a4c16 create frontend system 6 년 전
.editorconfig 1b5a4a4c16 create frontend system 6 년 전
.eslintrc.js 7189456d52 style: style improvement 5 년 전
.gitignore 1b5a4a4c16 create frontend system 6 년 전
Dockerfile 367dff1515 chore: 更新dockerfile 4 년 전
README.md 1b5a4a4c16 create frontend system 6 년 전
jest.config.js 1b5a4a4c16 create frontend system 6 년 전
nginx.conf 08d4a0148c 每日一题fix6 5 년 전
nuxt.config.js 07234cb891 每日一题 5 년 전
package-lock.json 54544f4fda add username 5 년 전
package.json 07234cb891 每日一题 5 년 전
yarn.lock 7189456d52 style: style improvement 5 년 전

README.md

portal-frontend

My fine Nuxt.js project

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.