You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.github | ||
.yarn | 3 weeks ago | |
assets | ||
components | 2 years ago | |
config | ||
layouts | 2 years ago | |
middleware | ||
mocks | 2 years ago | |
osm_my_commerce | 3 weeks ago | |
pages | 3 weeks ago | |
plugins | ||
src/store | 2 years ago | |
static | ||
store | 3 weeks ago | |
test | ||
.babelrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | 3 weeks ago | |
.npmrc | 3 weeks ago | |
.prettierrc | ||
.yarnrc.yml | 3 weeks ago | |
LICENSE | ||
README.md | ||
app.vue | 3 weeks ago | |
commitlint.config.js | ||
jest.config.js | ||
nuxt.config.js | 2 years ago | |
nuxt.config.ts | 3 weeks ago | |
package.json | 2 years ago | |
stylelint.config.js | ||
tsconfig.json | ||
yarn.lock | 3 weeks ago |
README.md
nuxt-demo
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.