No description
- Vue 63.6%
- JavaScript 34.2%
- Dockerfile 1.6%
- CSS 0.6%
| assets | ||
| components | ||
| content | ||
| layouts | ||
| locales | ||
| pages | ||
| plugins | ||
| static | ||
| .drone.yml | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| Dockerfile | ||
| nuxt.config.js | ||
| package.json | ||
| README.md | ||
| stylelint.config.js | ||
| tailwind.config.js | ||
| yarn.lock | ||
mlcs
My mathematical Nuxt.js project
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.