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.
 
 
 
 
 
 
Hironsan 28d069cc4e Apply linter 1 year ago
..
assets Merge pull request #2100 from SuperMaskv/master 1 year ago
components Replace fileUrl with url 1 year ago
composables Merge pull request #2100 from SuperMaskv/master 1 year ago
domain/models Merge pull request #2100 from SuperMaskv/master 1 year ago
i18n Apply linter 1 year ago
layouts Remove pageLink from project model 2 years ago
middleware Apply prettier 2 years ago
pages Replace fileUrl with url 1 year ago
plugins Add error handling to social login 1 year ago
presenter Merge pull request #2100 from SuperMaskv/master 1 year ago
repositories Add error handling to social login 1 year ago
rules Validate description field 2 years ago
services Merge pull request #2100 from SuperMaskv/master 1 year ago
static Update favicon.ico 2 years ago
store Merge pull request #2093 from doccano/enhancement/project 1 year ago
test Apply prettier 2 years ago
.babelrc Add frontend boilerplate 5 years ago
.eslintrc.js Apply prettier 2 years ago
.gitignore Add frontend boilerplate 5 years ago
.prettierignore Add prettier config 2 years ago
.prettierrc Apply prettier 2 years ago
README.md Add frontend boilerplate 5 years ago
global.d.ts Add raw-loader as a dependency 3 years ago
jest.config.js Apply prettier 2 years ago
nuxt.config.js Add /media to proxy 1 year ago
package.json Upgrade v-annotator, fix #1873 2 years ago
tsconfig.json Remove vue-image-annotator 2 years ago
vue-shim.d.ts Apply prettier 2 years ago
yarn.lock Bump vuetify from 2.6.4 to 2.6.10 in /frontend 2 years ago

README.md

doccano-client

doccano client

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, checkout Nuxt.js docs.