# 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.
create-nuxt-app v3.6.0
✨ Generating Nuxt.js project in matataki-editor
? Project name: matataki-editor
? Programming language: TypeScript
? Package manager: Yarn
? UI framework: Element
? Nuxt.js modules: Axios - Promise based HTTP client, Progressive Web App (PWA)
? Linting tools: ESLint
? Testing framework: Jest
? Rendering mode: Universal (SSR / SSG)
? Deployment target: Server (Node.js hosting)
? Development tools: (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Continuous integration: None
? Version control system: Git
yarn run v1.22.10
$ eslint --ext ".js,.vue" --ignore-path .gitignore . --fix
✨ Done in 4.21s.
🎉 Successfully created project matataki-editor
To get started:
cd matataki-editor
yarn dev
To build & start for production:
cd matataki-editor
yarn build
yarn start
To test:
cd matataki-editor
yarn test
For TypeScript users.
See : https://typescript.nuxtjs.org/cookbook/components/
✨ Done in 513.65s.