鲁班应用市场-前端

xielq 971864315b init from phab 5 лет назад
assets 971864315b init from phab 5 лет назад
components 971864315b init from phab 5 лет назад
layouts 971864315b init from phab 5 лет назад
middleware 971864315b init from phab 5 лет назад
pages 971864315b init from phab 5 лет назад
plugins 971864315b init from phab 5 лет назад
server 971864315b init from phab 5 лет назад
static 971864315b init from phab 5 лет назад
store 971864315b init from phab 5 лет назад
Dockerfile 971864315b init from phab 5 лет назад
README.md 971864315b init from phab 5 лет назад
nuxt.config.js 971864315b init from phab 5 лет назад
package.json 971864315b init from phab 5 лет назад
yarn.lock 971864315b init from phab 5 лет назад

README.md

luban-app-store-web

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Environment Variable

If app runs in the dev or test environment, set config.nuxt.baseUrl in file package.json. Otherwise, set environment variables BASE_URL.

For detailed explanation on how things work, checkout the Nuxt.js docs.