Meta-Network / matatakiMD

matatakiMD

Home Page:matataki-md.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matataki-editor

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.

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.

About

matatakiMD

matataki-md.vercel.app

License:MIT License


Languages

Language:CSS 70.8%Language:Less 18.0%Language:Vue 10.1%Language:TypeScript 0.6%Language:JavaScript 0.3%Language:HTML 0.2%