nuxt

v1.0.0-gh-887ebd5
A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)
nuxt nuxt.js nuxtjs vue vue.js vuejs vue universal vue ssr vue isomorphic and 2 more...

lint

eslint --ext .js,.vue bin/* build/ lib/ test/ examples/

test

npm run lint && cross-env NODE_ENV=test npm run build:nuxt && nyc ava --verbose --serial test/ -- && nyc report --reporter=html

build

rimraf dist/ && npm run build:nuxt && npm run build:core

watch

npm run build:nuxt -- -w

coverage

nyc report --reporter=text-lcov > coverage.lcov && codecov

precommit

npm run lint

build:core

rollup -c build/rollup.config.js --environment TARGET:core

build:nuxt

rollup -c build/rollup.config.js --environment TARGET:nuxt

make-start

node ./build/start.js

postinstall

opencollective postinstall || exit 0

release-next

npm run build && node ./build/release-next && npm publish --tag next

Metadata

  • MIT
  • >=6.11
  • Unknown
  • released 11/28/2017

Downloads